Uses of Record Class
ai.stapi.schema.structureSchemaMapper.UnresolvableType
Packages that use UnresolvableType
Package
Description
-
Uses of UnresolvableType in ai.stapi.schema.structureSchema.exception
Methods in ai.stapi.schema.structureSchema.exception with parameters of type UnresolvableTypeModifier and TypeMethodDescriptionstatic FieldsNotFoundExceptionFieldsNotFoundException.becauseSerializationTypeDoesNotExistInSchema(String serializationType, UnresolvableType unresolvableType) -
Uses of UnresolvableType in ai.stapi.schema.structureSchemaMapper
Methods in ai.stapi.schema.structureSchemaMapper that return types with arguments of type UnresolvableTypeModifier and TypeMethodDescriptionMappingOutcome.unresolvableTypes()Returns the value of theunresolvableTypesrecord component.Constructor parameters in ai.stapi.schema.structureSchemaMapper with type arguments of type UnresolvableTypeModifierConstructorDescriptionMappingOutcome(StructureSchema structureSchema, List<UnresolvableType> unresolvableTypes, List<String> successfullyMappedTypes) Creates an instance of aMappingOutcomerecord class. -
Uses of UnresolvableType in ai.stapi.schema.structureSchemaProvider
Methods in ai.stapi.schema.structureSchemaProvider that return types with arguments of type UnresolvableTypeModifier and TypeMethodDescriptionDefaultStructureSchemaProvider.add(StructureDefinitionData structureDefinitionData) DefaultStructureSchemaProvider.add(StructureDefinitionData... structureDefinitionData) DefaultStructureSchemaProvider.add(List<StructureDefinitionData> structureDefinitionData) StructureSchemaProvider.add(StructureDefinitionData structureDefinitionData) StructureSchemaProvider.add(StructureDefinitionData... structureDefinitionData) StructureSchemaProvider.add(List<StructureDefinitionData> structureDefinitionData) DefaultStructureSchemaProvider.getCurrentFailedTypes()DefaultStructureSchemaProvider.provideUnresolvableTypes()StructureSchemaProvider.provideUnresolvableTypes() -
Uses of UnresolvableType in ai.stapi.schema.structureSchemaProvider.exception
Constructor parameters in ai.stapi.schema.structureSchemaProvider.exception with type arguments of type UnresolvableTypeModifierConstructorDescriptionCannotProvideStructureSchema(String missingSerializationType, List<UnresolvableType> unresolvableTypes)