接口 ObjectType

所有超级接口:
Type
所有已知实现类:
DynamicTypeImpl, EmbeddableTypeImpl, FetchedTypeImpl, GenericTypeImpl, StaticObjectTypeImpl

public interface ObjectType extends Type
  • 方法详细资料

    • getJavaType

      Class<?> getJavaType()
    • getImmutableType

      @Nullable org.babyfish.jimmer.meta.ImmutableType getImmutableType()
    • getKind

      ObjectType.Kind getKind()
    • getSimpleNames

      List<String> getSimpleNames()
    • getFetchByInfo

      @Nullable FetchByInfo getFetchByInfo()
    • getArguments

      List<Type> getArguments()
    • getDoc

      @Nullable org.babyfish.jimmer.client.meta.Doc getDoc()
    • getError

      @Nullable org.babyfish.jimmer.client.meta.TypeDefinition.Error getError()
    • getProperties

      Map<String,Property> getProperties()
    • isRecursiveFetchedType

      boolean isRecursiveFetchedType()
    • unwrap

      ObjectType unwrap()