Uses of Class
ai.stapi.schema.structureSchema.AbstractStructureType
Packages that use AbstractStructureType
Package
Description
-
Uses of AbstractStructureType in ai.stapi.schema.structureSchema
Subclasses of AbstractStructureType in ai.stapi.schema.structureSchemaModifier and TypeClassDescriptionclassclassclassclassMethods in ai.stapi.schema.structureSchema that return AbstractStructureTypeMethods in ai.stapi.schema.structureSchema that return types with arguments of type AbstractStructureTypeModifier and TypeMethodDescriptionStructureSchema.getChildDefinitions(String parentSerializationType) StructureSchema.getStructureTypes()Method parameters in ai.stapi.schema.structureSchema with type arguments of type AbstractStructureTypeModifier and TypeMethodDescriptionstatic StructureSchemaStructureSchema.createChecked(List<AbstractStructureType> types) Constructors in ai.stapi.schema.structureSchema with parameters of type AbstractStructureTypeConstructor parameters in ai.stapi.schema.structureSchema with type arguments of type AbstractStructureTypeModifierConstructorDescriptionStructureSchema(List<AbstractStructureType> types) StructureSchema(Map<String, AbstractStructureType> abstractStructureType) -
Uses of AbstractStructureType in ai.stapi.schema.structureSchema.builder
Methods in ai.stapi.schema.structureSchema.builder that return AbstractStructureTypeModifier and TypeMethodDescriptionabstract AbstractStructureTypeAbstractStructureTypeBuilder.build(StructureSchemaBuilder structureSchemaBuilder) BoxedStructureTypeBuilder.build(StructureSchemaBuilder structureSchemaBuilder) ComplexStructureTypeBuilder.build(StructureSchemaBuilder structureSchemaBuilder) Methods in ai.stapi.schema.structureSchema.builder with parameters of type AbstractStructureTypeModifier and TypeMethodDescriptionabstract AbstractStructureTypeBuilderAbstractStructureTypeBuilder.copyToBuilder(AbstractStructureType abstractStructureType) BoxedStructureTypeBuilder.copyToBuilder(AbstractStructureType abstractStructureType) ComplexStructureTypeBuilder.copyToBuilder(AbstractStructureType abstractStructureType) PrimitiveStructureTypeBuilder.copyToBuilder(AbstractStructureType primitiveStructureType) Constructor parameters in ai.stapi.schema.structureSchema.builder with type arguments of type AbstractStructureTypeModifierConstructorDescriptionStructureSchemaBuilder(Map<String, AbstractStructureType> definitions) -
Uses of AbstractStructureType in ai.stapi.schema.structureSchemaProvider
Methods in ai.stapi.schema.structureSchemaProvider that return AbstractStructureTypeModifier and TypeMethodDescriptionDefaultStructureSchemaFinder.getSchemaStructure(String serializationType) RestrictedStructureSchemaFinder.getSchemaStructure(String serializationType) StructureSchemaFinder.getSchemaStructure(String serializationType) DefaultStructureSchemaFinder.getStructureType(String serializationType) RestrictedStructureSchemaFinder.getStructureType(String serializationType) StructureSchemaFinder.getStructureType(String serializationType) DefaultStructureSchemaProvider.provideSpecific(String serializationType) StructureSchemaProvider.provideSpecific(String serializationType)