Interface TypeWrapper

  • All Superinterfaces:
    Wrapper

    public interface TypeWrapper
    extends Wrapper
    • Method Detail

      • fromStringValue

        Object fromStringValue​(String stringValue)
      • isEntityType

        boolean isEntityType()
      • isOneToOne

        boolean isOneToOne()
      • isAnyType

        boolean isAnyType()
      • isComponentType

        boolean isComponentType()
      • isCollectionType

        boolean isCollectionType()
      • getAssociatedEntityName

        String getAssociatedEntityName()
      • isIntegerType

        boolean isIntegerType()
      • isArrayType

        boolean isArrayType()
      • isInstanceOfPrimitiveType

        boolean isInstanceOfPrimitiveType()
      • getPrimitiveClass

        Class<?> getPrimitiveClass()
      • getReturnedClassName

        String getReturnedClassName()