Uses of Class
ai.stapi.schema.structureSchema.FieldDefinition
Packages that use FieldDefinition
Package
Description
-
Uses of FieldDefinition in ai.stapi.schema.structureSchema
Methods in ai.stapi.schema.structureSchema that return FieldDefinitionModifier and TypeMethodDescriptionMethods in ai.stapi.schema.structureSchema that return types with arguments of type FieldDefinitionModifier and TypeMethodDescriptionComplexStructureType.getAllFields()ComplexStructureType.getOwnFields()Method parameters in ai.stapi.schema.structureSchema with type arguments of type FieldDefinitionModifier and TypeMethodDescriptionBoxedPrimitiveStructureType.copyWithNewFields(Map<String, FieldDefinition> newFields) ComplexStructureType.copyWithNewFields(Map<String, FieldDefinition> newFields) ResourceStructureType.copyWithNewFields(Map<String, FieldDefinition> newFields) Constructor parameters in ai.stapi.schema.structureSchema with type arguments of type FieldDefinitionModifierConstructorDescriptionBoxedPrimitiveStructureType(String definitionType, String description, Map<String, FieldDefinition> fields, boolean isAbstract, String parent) protectedComplexStructureType(String serializationType, String kind, String definitionType, Map<String, FieldDefinition> fields, String description, String parent, boolean isAbstract) ComplexStructureType(String definitionType, Map<String, FieldDefinition> fields, String description, String parent, boolean isAbstract) ResourceStructureType(String definitionType, Map<String, FieldDefinition> fields, String description, String parent, boolean isAbstract) -
Uses of FieldDefinition in ai.stapi.schema.structureSchema.builder
Methods in ai.stapi.schema.structureSchema.builder that return FieldDefinition -
Uses of FieldDefinition in ai.stapi.schema.structureSchemaProvider
Methods in ai.stapi.schema.structureSchemaProvider that return FieldDefinitionModifier and TypeMethodDescriptionDefaultStructureSchemaFinder.getFieldDefinitionFor(String serializationType, String fieldName) RestrictedStructureSchemaFinder.getFieldDefinitionFor(String serializationType, String fieldName) StructureSchemaFinder.getFieldDefinitionFor(String serializationType, String fieldName) DefaultStructureSchemaFinder.getFieldDefinitionOrFallback(String serializationType, String fieldName) RestrictedStructureSchemaFinder.getFieldDefinitionOrFallback(String serializationType, String fieldName) StructureSchemaFinder.getFieldDefinitionOrFallback(String serializationType, String fieldName) Methods in ai.stapi.schema.structureSchemaProvider that return types with arguments of type FieldDefinitionModifier and TypeMethodDescriptionDefaultStructureSchemaFinder.getAllFieldDefinitionsFor(String serializationType) RestrictedStructureSchemaFinder.getAllFieldDefinitionsFor(String serializationType) StructureSchemaFinder.getAllFieldDefinitionsFor(String serializationType) @NotNull HashMap<String,FieldDefinition> DefaultStructureSchemaFinder.getFieldDefinitionHashMap(Map<?, ?> attributes, String structureId) @NotNull HashMap<String,FieldDefinition> RestrictedStructureSchemaFinder.getFieldDefinitionHashMap(Map<?, ?> attributes, String serializationType) @NotNull HashMap<String,FieldDefinition> StructureSchemaFinder.getFieldDefinitionHashMap(Map<?, ?> attributes, String serializationType) DefaultStructureSchemaFinder.getFieldDefinitionsFor(String serializationType, List<String> fieldNames) RestrictedStructureSchemaFinder.getFieldDefinitionsFor(String serializationType, List<String> fieldNames) StructureSchemaFinder.getFieldDefinitionsFor(String serializationType, List<String> fieldNames)