Class DataAssociationHandler.Type<H extends DataAssociationHandler<?,?>>

java.lang.Object
de.espirit.common.lang.TypeToken<H>
de.espirit.firstspirit.webedit.DataAssociationHandler.Type<H>
Type Parameters:
H - The handler type.
Enclosing interface:
DataAssociationHandler<T,A>

public abstract static class DataAssociationHandler.Type<H extends DataAssociationHandler<?,?>> extends TypeToken<H>
The type token of the association handler.
Since:
5.2.101
  • Constructor Details

    • Type

      public Type(@NotNull @NotNull String namespace)
      Creates a new type token with a unique namespace.
      Parameters:
      namespace - The unique namespace of the assocation handler.
      Since:
      5.2.101
  • Method Details

    • getNamespace

      @NotNull public @NotNull String getNamespace()
      Returns the namespace of the assocation. The namespace needs to be unique over all assocation handlers.
      Returns:
      The unique namespace of the association handler.
      Since:
      5.2.101