ObjectType<T> |
ObjectType.withAnnotated() |
ObjectType<T> |
ObjectType.withAnnotated(boolean annotated) |
ObjectType<T> |
ObjectType.withClassName(String className) |
ObjectType<T> |
ObjectType.withDefaultValue(T value) |
ObjectType<T> |
ObjectType.withDescription(String description) |
ObjectType<T> |
ObjectType.withFeature(String name,
Object value) |
ObjectType<T> |
ObjectType.withFeatures(Map<String,Object> features) |
ObjectType<T> |
ObjectType.withFormat(String format) |
ObjectType<T> |
ObjectType.withLabel(String label) |
ObjectType<T> |
ObjectType.withName(String name) |
ObjectType<T> |
ObjectType.withNullable() |
ObjectType<T> |
ObjectType.withNullable(boolean nullable) |
ObjectType<T> |
ObjectType.withOptional() |
ObjectType<T> |
ObjectType.withProvided(ProvidedMeta provided) |