接口 ObjectType

所有超级接口:
Node, Type
所有已知子接口:
ImmutableObjectType, StaticObjectType
所有已知实现类:
ImmutableObjectTypeImpl, StaticObjectTypeImpl

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

    • getJavaType

      Class<?> getJavaType()
    • isEntity

      boolean isEntity()
    • getProperties

      Map<String,Property> getProperties()
    • getDocument

      @Nullable Document getDocument()