类 PropDescriptor
java.lang.Object
org.babyfish.jimmer.meta.impl.PropDescriptor
-
嵌套类概要
嵌套类 -
字段概要
字段 -
方法概要
修饰符和类型方法说明Collection<Class<? extends Annotation>>getType()booleanbooleanisPresent(Class<? extends Annotation> annotationType) static PropDescriptor.BuildernewBuilder(String typeText, Class<? extends Annotation> typeAnnotationType, String propText, String elementText, Class<? extends Annotation> elementAnnotationType, boolean isList, Boolean kotlinNullable, Immutable immutable, Function<String, RuntimeException> exceptionCreator)
-
字段详细资料
-
MAPPED_BY_PROVIDER_NAMES
-
-
方法详细资料
-
getType
-
isPresent
-
getAnnotationTypes
-
isNullable
public boolean isNullable() -
newBuilder
public static PropDescriptor.Builder newBuilder(String typeText, Class<? extends Annotation> typeAnnotationType, String propText, String elementText, Class<? extends Annotation> elementAnnotationType, boolean isList, Boolean kotlinNullable, Immutable immutable, Function<String, RuntimeException> exceptionCreator)
-