Uses of Class
org.mybatis.generator.api.dom.java.PrimitiveTypeWrapper
Packages that use PrimitiveTypeWrapper
-
Uses of PrimitiveTypeWrapper in org.mybatis.generator.api.dom.java
Fields in org.mybatis.generator.api.dom.java declared as PrimitiveTypeWrapperModifier and TypeFieldDescriptionprivate static PrimitiveTypeWrapperPrimitiveTypeWrapper.booleanInstanceprivate static PrimitiveTypeWrapperPrimitiveTypeWrapper.byteInstanceprivate static PrimitiveTypeWrapperPrimitiveTypeWrapper.characterInstanceprivate static PrimitiveTypeWrapperPrimitiveTypeWrapper.doubleInstanceprivate static PrimitiveTypeWrapperPrimitiveTypeWrapper.floatInstanceprivate static PrimitiveTypeWrapperPrimitiveTypeWrapper.integerInstanceprivate static PrimitiveTypeWrapperPrimitiveTypeWrapper.longInstanceprivate PrimitiveTypeWrapperFullyQualifiedJavaType.primitiveTypeWrapperprivate static PrimitiveTypeWrapperPrimitiveTypeWrapper.shortInstanceMethods in org.mybatis.generator.api.dom.java that return PrimitiveTypeWrapperModifier and TypeMethodDescriptionstatic PrimitiveTypeWrapperPrimitiveTypeWrapper.getBooleanInstance()static PrimitiveTypeWrapperPrimitiveTypeWrapper.getByteInstance()static PrimitiveTypeWrapperPrimitiveTypeWrapper.getCharacterInstance()static PrimitiveTypeWrapperPrimitiveTypeWrapper.getDoubleInstance()static PrimitiveTypeWrapperPrimitiveTypeWrapper.getFloatInstance()static PrimitiveTypeWrapperPrimitiveTypeWrapper.getIntegerInstance()static PrimitiveTypeWrapperPrimitiveTypeWrapper.getLongInstance()FullyQualifiedJavaType.getPrimitiveTypeWrapper()static PrimitiveTypeWrapperPrimitiveTypeWrapper.getShortInstance()