Uses of Interface
adalid.commons.interfaces.Wrapper
-
Packages that use Wrapper Package Description adalid.commons adalid.commons.interfaces adalid.core adalid.core.wrappers -
-
Uses of Wrapper in adalid.commons
Methods in adalid.commons that return types with arguments of type Wrapper Modifier and Type Method Description static Class<? extends Wrapper>TLB. getWrapperClass(Class<? extends Wrappable> clazz)static Map<String,Class<? extends Wrapper>>TLB. getWrapperClasses()static Map<String,Class<? extends Wrapper>>TLB. getWrapperClassesClone()Method parameters in adalid.commons with type arguments of type Wrapper Modifier and Type Method Description static voidTLB. setWrapperClasses(Map<String,Class<? extends Wrapper>> wrappers) -
Uses of Wrapper in adalid.commons.interfaces
Methods in adalid.commons.interfaces that return Wrapper Modifier and Type Method Description WrapperWrappable. getWrapper()Methods in adalid.commons.interfaces that return types with arguments of type Wrapper Modifier and Type Method Description Class<? extends Wrapper>Wrappable. getDefaultWrapperClass() -
Uses of Wrapper in adalid.core
Methods in adalid.core that return Wrapper Modifier and Type Method Description WrapperAbstractArtifact. getWrapper() -
Uses of Wrapper in adalid.core.wrappers
Classes in adalid.core.wrappers that implement Wrapper Modifier and Type Class Description classArtifactWrapperclassDataArtifactWrapperclassEntityWrapperclassExpressionWrapperclassKeyFieldWrapperclassOperationWrapperclassPersistentEntityReferenceWrapperclassPersistentEntityWrapper
-