Uses of Class
ai.stapi.schema.structureSchema.exception.FieldsNotFoundException
Packages that use FieldsNotFoundException
Package
Description
-
Uses of FieldsNotFoundException in ai.stapi.schema.structureSchema.exception
Methods in ai.stapi.schema.structureSchema.exception that return FieldsNotFoundExceptionModifier and TypeMethodDescriptionstatic FieldsNotFoundExceptionFieldsNotFoundException.becauseFinderIsRestricted(String serializationType) static FieldsNotFoundExceptionFieldsNotFoundException.becauseFinderIsRestricted(String serializationType, List<String> fieldNames) static FieldsNotFoundExceptionFieldsNotFoundException.becauseSerializationTypeDoesNotExistInSchema(String serializationType) static FieldsNotFoundExceptionFieldsNotFoundException.becauseSerializationTypeDoesNotExistInSchema(String serializationType, UnresolvableType unresolvableType) static FieldsNotFoundExceptionFieldsNotFoundException.becauseSerializationTypeDoesNotExistInSchema(String serializationType, List<String> fieldNames) static FieldsNotFoundExceptionFieldsNotFoundException.becauseSerializationTypeIsOfUnknownType(String serializationType) static FieldsNotFoundExceptionFieldsNotFoundException.becauseSerializationTypeIsOfUnknownType(String serializationType, List<String> fieldNames) static FieldsNotFoundExceptionFieldsNotFoundException.becauseSerializationTypeIsPrimitive(String serializationType) static FieldsNotFoundExceptionFieldsNotFoundException.becauseSerializationTypeIsPrimitive(String serializationType, List<String> fieldNames) static FieldsNotFoundExceptionFieldsNotFoundException.becauseSomeFieldsAreMissing(String serializationType, List<String> fieldNames) -
Uses of FieldsNotFoundException in ai.stapi.schema.structureSchemaProvider
Methods in ai.stapi.schema.structureSchemaProvider that throw FieldsNotFoundExceptionModifier and TypeMethodDescriptionDefaultStructureSchemaFinder.getAllFieldDefinitionsFor(String serializationType) RestrictedStructureSchemaFinder.getAllFieldDefinitionsFor(String serializationType) DefaultStructureSchemaFinder.getFieldDefinitionFor(String serializationType, String fieldName) RestrictedStructureSchemaFinder.getFieldDefinitionFor(String serializationType, String fieldName) DefaultStructureSchemaFinder.getFieldDefinitionsFor(String serializationType, List<String> fieldNames) RestrictedStructureSchemaFinder.getFieldDefinitionsFor(String serializationType, List<String> fieldNames) booleanboolean