Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractEvaluatorKey - Class in org.assertstruct.template
- AbstractEvaluatorKey(String, ExtToken) - Constructor for class org.assertstruct.template.AbstractEvaluatorKey
- AbstractMatcherKey - Class in org.assertstruct.template
- AbstractMatcherKey(String, ExtToken) - Constructor for class org.assertstruct.template.AbstractMatcherKey
- add(TemplateNode) - Method in class org.assertstruct.template.node.ArrayNode
- addChild(String, Object) - Method in interface org.assertstruct.converter.JsonStruct
- addChild(String, Object) - Method in class org.assertstruct.converter.ListWrapper
- addChild(String, Object) - Method in class org.assertstruct.converter.MapWrapper
- addChild(String, Object) - Method in class org.assertstruct.impl.converter.jackson.RootStruct
- addConfig(String, TemplateNode) - Method in class org.assertstruct.template.node.StructuredTemplateNodeShared
- addConstant(String, Object) - Method in class org.assertstruct.impl.factories.variable.DefaultConstantService
- addConstant(String, Object) - Method in interface org.assertstruct.service.ConstantService
- addMatcher(String, ValueMatcher) - Method in class org.assertstruct.impl.factories.variable.DefaultConstantService
- addMatcher(String, ValueMatcher) - Method in interface org.assertstruct.service.ConstantService
- addSharedValidator(TypeCheckValidator) - Method in class org.assertstruct.template.node.ScalarNode
- addSharedValidator(TypeCheckValidator) - Method in class org.assertstruct.template.node.StructuredTemplateNodeShared
- addSharedValidator(TypeCheckValidator) - Method in interface org.assertstruct.template.TemplateNode
- addSubtreeConfig(String, TemplateNode) - Method in class org.assertstruct.template.node.StructuredTemplateNodeShared
- AnyDateNode - Class in org.assertstruct.impl.factories.date
- AnyDateNode(TemplateKey, ExtToken, List<DateTimeFormatter>) - Constructor for class org.assertstruct.impl.factories.date.AnyDateNode
- AnyDateParser - Class in org.assertstruct.impl.factories.date
- AnyDateParser() - Constructor for class org.assertstruct.impl.factories.date.AnyDateParser
- AnyKey - Class in org.assertstruct.impl.factories.any
- AnyKey(String, ExtToken) - Constructor for class org.assertstruct.impl.factories.any.AnyKey
- AnyList - Class in org.assertstruct.impl.factories.variable.matcher
- AnyList() - Constructor for class org.assertstruct.impl.factories.variable.matcher.AnyList
- AnyNode - Class in org.assertstruct.impl.factories.any
- AnyNode(TemplateKey, ExtToken) - Constructor for class org.assertstruct.impl.factories.any.AnyNode
- AnyObject - Class in org.assertstruct.impl.factories.variable.matcher
- AnyObject() - Constructor for class org.assertstruct.impl.factories.variable.matcher.AnyObject
- AnyValueMatcher - Class in org.assertstruct.impl.factories.value
- AnyValueMatcher() - Constructor for class org.assertstruct.impl.factories.value.AnyValueMatcher
- appendNull(StringBuilder) - Method in class org.assertstruct.utils.Json5Encoder
- appendQuoted(StringBuilder, String, char) - Static method in class org.assertstruct.utils.Json5Encoder
-
Helper method for appending JSON-escaped version of contents into specific
StringBuilder, using default JSON specification mandated minimum escaping rules. - ArrayNode - Class in org.assertstruct.template.node
- ArrayNode(TemplateKey, ExtToken) - Constructor for class org.assertstruct.template.node.ArrayNode
- as(Class<T>) - Method in class org.assertstruct.Res
-
Provides the content of the resource in JSON5 format converted to provided class.
- asArray() - Method in interface org.assertstruct.template.TemplateNode
- asChars() - Method in class org.assertstruct.Res
-
Provides the content of the resource as a char array.
- asDict() - Method in interface org.assertstruct.template.TemplateNode
- asListWrapper() - Method in interface org.assertstruct.converter.Wrapper
- asMapWrapper() - Method in interface org.assertstruct.converter.Wrapper
- AssertionStructFailedError - Exception Class in org.assertstruct
- AssertionStructFailedError(String, String, String, Object) - Constructor for exception class org.assertstruct.AssertionStructFailedError
- assertStruct(String, Object) - Static method in class org.assertstruct.AssertStruct
- assertStruct(String, Object, String) - Static method in class org.assertstruct.AssertStruct
- assertStruct(Res, Object) - Static method in class org.assertstruct.AssertStruct
- assertStruct(Res, Object, String) - Static method in class org.assertstruct.AssertStruct
- AssertStruct - Class in org.assertstruct
- AssertStruct() - Constructor for class org.assertstruct.AssertStruct
- AssertStructConfigLoader - Class in org.assertstruct.service
- AssertStructConfigLoader() - Constructor for class org.assertstruct.service.AssertStructConfigLoader
- AssertStructConfigurator - Interface in org.assertstruct.service
- AssertStructService - Class in org.assertstruct.service
- AssertStructService(Config) - Constructor for class org.assertstruct.service.AssertStructService
- assignCurrentValue(Object) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- asString() - Method in class org.assertstruct.Res
-
Provides the content of the resource as a string.
- asString() - Method in class org.assertstruct.template.Template
- asTemplate() - Method in class org.assertstruct.Res
-
Provides the content of the resource as a template.
- at() - Method in class org.assertstruct.utils.ResourceLocation
B
- build() - Method in class org.assertstruct.service.Config.ConfigBuilder
- build(SubtreeOptions) - Method in class org.assertstruct.impl.opt.SubtreeOptions.SubtreeOptionsBuilder
- build(SubtreeOptions, boolean) - Method in class org.assertstruct.impl.opt.NodeOptions.NodeOptionsBuilder
- build(Config) - Method in interface org.assertstruct.converter.JsonConverterFactory
- build(Config) - Method in class org.assertstruct.impl.converter.jackson.JacksonConverterFactory
- buildDefault(SubtreeOptions, boolean) - Static method in class org.assertstruct.impl.opt.NodeOptions.NodeOptionsBuilder
- buildDefaultJson5Factory() - Static method in class org.assertstruct.service.ConfigDefaults
- builder() - Static method in class org.assertstruct.impl.opt.SubtreeOptions
- buildFormatters(List<String>) - Static method in class org.assertstruct.impl.factories.date.DateFactory
- buildParser(AssertStructService) - Method in class org.assertstruct.impl.factories.any.ShortAnyParser
- buildParser(AssertStructService) - Method in class org.assertstruct.impl.factories.array.RepeaterParser
- buildParser(AssertStructService) - Method in class org.assertstruct.impl.factories.date.DateFactory
- buildParser(AssertStructService) - Method in class org.assertstruct.impl.factories.regexp.RegexpParser
- buildParser(AssertStructService) - Method in class org.assertstruct.impl.factories.spel.SpelFactory
- buildParser(AssertStructService) - Method in class org.assertstruct.impl.factories.variable.ConstantParser
- buildParser(AssertStructService) - Method in class org.assertstruct.impl.opt.OptionsParser
- buildParser(AssertStructService) - Method in interface org.assertstruct.service.ParserFactory
C
- canWriteBinaryNatively() - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
-
Since we can efficiently store
byte[], yes. - canWriteObjectId() - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- canWriteTypeId() - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- close() - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- close() - Method in class org.assertstruct.impl.parser.JSon5Parser
- codeLocator() - Static method in class org.assertstruct.utils.ResourceUtils
- compare(Parser, Parser) - Method in class org.assertstruct.service.ParsingFactoryComparator
- Config - Class in org.assertstruct.service
- Config() - Constructor for class org.assertstruct.service.Config
- CONFIG_FIELD - Enum constant in enum org.assertstruct.template.TemplateKeyType
- CONFIG_NODE - Enum constant in enum org.assertstruct.template.TemplateKeyType
- CONFIG_PREFIX - Static variable in class org.assertstruct.service.AssertStructConfigLoader
- CONFIG_SUB_TREE - Enum constant in enum org.assertstruct.template.TemplateKeyType
- CONFIG_SUB_TREE_FIELD - Enum constant in enum org.assertstruct.template.TemplateKeyType
- Config.ConfigBuilder - Class in org.assertstruct.service
- ConfigDefaults - Class in org.assertstruct.service
- ConfigDefaults() - Constructor for class org.assertstruct.service.ConfigDefaults
- configure() - Method in class org.assertstruct.service.Config.ConfigBuilder
- configure(ObjectMapper) - Method in interface org.assertstruct.impl.converter.jackson.JacksonConfigurator
- configure(Config.ConfigBuilder) - Method in interface org.assertstruct.service.AssertStructConfigurator
- ConstantNode - Class in org.assertstruct.impl.factories.variable
- ConstantNode(String, TemplateKey, ExtToken) - Constructor for class org.assertstruct.impl.factories.variable.ConstantNode
- ConstantParser - Class in org.assertstruct.impl.factories.variable
- ConstantParser() - Constructor for class org.assertstruct.impl.factories.variable.ConstantParser
- ConstantService - Interface in org.assertstruct.service
- containsTemplateKey(TemplateKey) - Method in class org.assertstruct.template.node.ObjectNode
- ConversionUtils - Class in org.assertstruct.utils
- ConversionUtils() - Constructor for class org.assertstruct.utils.ConversionUtils
- convert(Object, Class<T>) - Method in interface org.assertstruct.converter.JsonConverter
-
Convert value to targetClass
- convert(Object, Class<T>) - Method in class org.assertstruct.impl.converter.dummy.DummyConverter
- convert(Object, Class<T>) - Method in class org.assertstruct.impl.converter.jackson.JacksonConverter
- convert(String) - Method in class org.assertstruct.utils.ConversionUtils
- copyCurrentEvent(JsonParser) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- copyCurrentStructure(JsonParser) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- createContextual(SerializerProvider, BeanProperty) - Method in class org.assertstruct.impl.converter.jackson.WrapperSerializer
- currentLocation() - Method in class org.assertstruct.impl.parser.JSon5Parser
D
- DataNode<T> - Interface in org.assertstruct.template
- DateFactory - Class in org.assertstruct.impl.factories.date
- DateFactory() - Constructor for class org.assertstruct.impl.factories.date.DateFactory
- dateFormatList(String) - Method in class org.assertstruct.service.Config.ConfigBuilder
- DateParser - Class in org.assertstruct.impl.factories.date
- DateParser() - Constructor for class org.assertstruct.impl.factories.date.DateParser
- dateTimeFormatList(String) - Method in class org.assertstruct.service.Config.ConfigBuilder
- DEFAULT_GENERATOR_FEATURES - Static variable in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- DefaultConstantService - Class in org.assertstruct.impl.factories.variable
- DefaultConstantService() - Constructor for class org.assertstruct.impl.factories.variable.DefaultConstantService
- defaultJson5FactoryBuilder() - Static method in class org.assertstruct.service.ConfigDefaults
- DELIMITER - Static variable in class org.assertstruct.impl.validator.TypeCheckValidator
- diff(ResourceLocation) - Method in class org.assertstruct.utils.ResourceLocation
- disable(JsonGenerator.Feature) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- DummyConverter - Class in org.assertstruct.impl.converter.dummy
-
Dummy implementation of
JsonConverter. - DummyConverter() - Constructor for class org.assertstruct.impl.converter.dummy.DummyConverter
E
- enable(JsonGenerator.Feature) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- encodeKey(Object, StringBuilder, char, boolean) - Static method in class org.assertstruct.utils.Json5Encoder
- EOS - Enum constant in enum org.assertstruct.utils.Markers
- equals(Object) - Method in class org.assertstruct.converter.ListWrapper
- equals(Object) - Method in class org.assertstruct.converter.MapWrapper
- equals(Object) - Method in class org.assertstruct.template.TemplateKey
- ErrorList - Class in org.assertstruct.result
- ErrorList(ArrayNode) - Constructor for class org.assertstruct.result.ErrorList
- ErrorMap - Class in org.assertstruct.result
- ErrorMap(ObjectNode) - Constructor for class org.assertstruct.result.ErrorMap
- ErrorResult - Interface in org.assertstruct.result
- ErrorValue - Class in org.assertstruct.result
- ErrorValue(Object) - Constructor for class org.assertstruct.result.ErrorValue
- evaluate(Object, Matcher) - Method in class org.assertstruct.impl.factories.spel.SpelKey
- evaluate(Object, Matcher) - Method in interface org.assertstruct.template.EvaluatorTemplateKey
- EVALUATOR - Enum constant in enum org.assertstruct.template.TemplateKeyType
- EvaluatorTemplateKey - Interface in org.assertstruct.template
- EXT_PREFIX - Static variable in class org.assertstruct.service.AssertStructConfigLoader
- ExtToken - Class in org.assertstruct.impl.parser
- ExtToken(char[], int, int, JsonToken, Object, JsonLocation) - Constructor for class org.assertstruct.impl.parser.ExtToken
F
- fileURI() - Method in class org.assertstruct.utils.ResourceLocation
- flush() - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- forceUseOfBigDecimal(boolean) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- from(String) - Static method in class org.assertstruct.Res
-
Creates a new Res object from the given resource path.
- fromFile(File) - Static method in class org.assertstruct.utils.ResourceLocation
- fromStackTrace(StackTraceElement) - Static method in class org.assertstruct.utils.ResourceLocation
- fromURL(URL) - Static method in class org.assertstruct.utils.ResourceLocation
G
- getByKey(Object) - Method in class org.assertstruct.template.node.ArrayNode
- getByKey(Object) - Method in class org.assertstruct.template.node.ObjectNode
- getByKey(Object) - Method in interface org.assertstruct.template.StructTemplateNode
- getChild(Object) - Method in class org.assertstruct.converter.ListWrapper
- getChild(Object) - Method in class org.assertstruct.converter.MapWrapper
- getChild(Object) - Method in interface org.assertstruct.converter.Wrapper
- getChildSource(Object) - Method in interface org.assertstruct.converter.Wrapper
- getChildValue(Object) - Method in interface org.assertstruct.converter.Wrapper
- getChildWrapper(Object) - Method in interface org.assertstruct.converter.Wrapper
- getCodec() - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- getConfig() - Method in interface org.assertstruct.template.StructTemplateNode
- getConstant(String) - Method in class org.assertstruct.impl.factories.variable.DefaultConstantService
- getConstant(String) - Method in interface org.assertstruct.service.ConstantService
- getCurrentSource() - Method in class org.assertstruct.matcher.Matcher
- getCurrentValue() - Method in class org.assertstruct.matcher.Matcher
- getDefault() - Static method in class org.assertstruct.AssertStruct
- getEndToken() - Method in interface org.assertstruct.template.TemplateNode
- getFeatureMask() - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- getKey() - Method in interface org.assertstruct.template.TemplateNode
- getMatchedTo() - Method in interface org.assertstruct.result.MatchResult
- getMatchedTo() - Method in interface org.assertstruct.template.TemplateNode
- getOutputContext() - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- getParentSource() - Method in class org.assertstruct.matcher.Matcher
- getPrefix() - Method in class org.assertstruct.impl.factories.any.ShortAnyParser
- getPrefix() - Method in class org.assertstruct.impl.factories.array.RepeaterParser
- getPrefix() - Method in class org.assertstruct.impl.factories.date.DateParser
- getPrefix() - Method in class org.assertstruct.impl.factories.date.NowParser
- getPrefix() - Method in class org.assertstruct.impl.factories.regexp.RegexpParser
- getPrefix() - Method in class org.assertstruct.impl.factories.spel.SpelParser
- getPrefix() - Method in class org.assertstruct.impl.factories.variable.ConstantParser
- getPrefix() - Method in class org.assertstruct.impl.opt.OptionsParser
- getPrefix() - Method in interface org.assertstruct.service.Parser
-
Returns prefix to quick check if value can be processed by this factory
- getPrefix() - Method in class org.assertstruct.service.ParserContainer
- getRootObject() - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- getSource() - Method in class org.assertstruct.converter.ListWrapper
- getSource() - Method in class org.assertstruct.converter.MapWrapper
- getSource() - Method in interface org.assertstruct.converter.Wrapper
- getStartToken() - Method in interface org.assertstruct.template.StructTemplateNode
- getStartToken() - Method in interface org.assertstruct.template.TemplateNode
- getToken() - Method in interface org.assertstruct.template.TemplateNode
- getType() - Method in class org.assertstruct.template.AbstractEvaluatorKey
- getType() - Method in class org.assertstruct.template.AbstractMatcherKey
- getType() - Method in interface org.assertstruct.template.EvaluatorTemplateKey
- getType() - Method in class org.assertstruct.template.TemplateKey
- getValidators() - Method in interface org.assertstruct.template.TemplateNode
- getValue() - Method in class org.assertstruct.converter.ListWrapper
- getValue() - Method in class org.assertstruct.converter.MapWrapper
- getValue() - Method in class org.assertstruct.converter.ValueWrapper
- getValue() - Method in interface org.assertstruct.converter.Wrapper
- getWriteCapabilities() - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
H
- hasDifference() - Method in interface org.assertstruct.result.ErrorResult
- hasDifference() - Method in interface org.assertstruct.result.MatchResult
- hasDifference() - Method in interface org.assertstruct.template.TemplateNode
- hashCode() - Method in class org.assertstruct.template.TemplateKey
I
- IN_LINE_COMMENT - Enum constant in enum org.assertstruct.impl.parser.ParseState
- InitializationFailure - Exception Class in org.assertstruct.service.exceptions
-
Error happened during assertStruct initialization
- InitializationFailure(String) - Constructor for exception class org.assertstruct.service.exceptions.InitializationFailure
- InitializationFailure(String, Throwable) - Constructor for exception class org.assertstruct.service.exceptions.InitializationFailure
- InitializationFailure(String, Throwable, boolean, boolean) - Constructor for exception class org.assertstruct.service.exceptions.InitializationFailure
- InitializationFailure(Throwable) - Constructor for exception class org.assertstruct.service.exceptions.InitializationFailure
- INSTANCE - Static variable in class org.assertstruct.impl.factories.any.ShortAnyParser
- INSTANCE - Static variable in class org.assertstruct.impl.factories.array.RepeaterParser
- INSTANCE - Static variable in class org.assertstruct.impl.factories.date.DateFactory
- INSTANCE - Static variable in class org.assertstruct.impl.factories.regexp.RegexpParser
- INSTANCE - Static variable in class org.assertstruct.impl.factories.spel.SpelFactory
- INSTANCE - Static variable in class org.assertstruct.impl.factories.variable.ConstantParser
- INSTANCE - Static variable in class org.assertstruct.impl.opt.OptionsParser
- INSTANCE - Static variable in class org.assertstruct.service.ParsingFactoryComparator
- Integer2Boolean(String) - Static method in class org.assertstruct.utils.ConversionUtils
- isClass() - Method in class org.assertstruct.utils.ResourceLocation
- isClassName(String) - Static method in class org.assertstruct.impl.validator.TypeCheckValidator
- isClosed() - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- isConfig() - Method in class org.assertstruct.impl.opt.OptionsNode
- isConfig() - Method in interface org.assertstruct.result.MatchResult
- isConfig() - Method in enum org.assertstruct.template.TemplateKeyType
- isDataNode() - Method in class org.assertstruct.template.node.ValueNode
- isDataNode() - Method in interface org.assertstruct.template.StructTemplateNode
- isDataNode() - Method in interface org.assertstruct.template.TemplateNode
- isDoubleQuoted() - Method in class org.assertstruct.impl.parser.ExtToken
- isEnabled(JsonGenerator.Feature) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- isEOLIncluded() - Method in class org.assertstruct.impl.parser.ExtToken
- isIgnoreUnknown() - Method in class org.assertstruct.template.node.StructuredTemplateNodeShared
- isJsonType(Object) - Static method in class org.assertstruct.utils.ConversionUtils
- isNotRepeater(TemplateNode) - Static method in class org.assertstruct.impl.factories.array.RepeaterTemplateNode
- isOrdered() - Method in class org.assertstruct.template.node.StructuredTemplateNodeShared
- isOrderedDicts() - Method in class org.assertstruct.template.node.StructuredTemplateNodeShared
- isOrderedLists() - Method in class org.assertstruct.template.node.StructuredTemplateNodeShared
- isRepeater(TemplateNode) - Static method in class org.assertstruct.impl.factories.array.RepeaterTemplateNode
- isRequireComa() - Method in class org.assertstruct.impl.parser.ExtToken
- isScalar() - Method in interface org.assertstruct.template.StructTemplateNode
- isScalar() - Method in interface org.assertstruct.template.TemplateNode
- isSimpleJsonType(Object) - Static method in class org.assertstruct.utils.ConversionUtils
- isStruct() - Method in interface org.assertstruct.template.TemplateNode
- isSubtreeConfig() - Method in enum org.assertstruct.template.TemplateKeyType
J
- JacksonConfigurator - Interface in org.assertstruct.impl.converter.jackson
- JacksonConverter - Class in org.assertstruct.impl.converter.jackson
- JacksonConverter(Config) - Constructor for class org.assertstruct.impl.converter.jackson.JacksonConverter
- JacksonConverterFactory - Class in org.assertstruct.impl.converter.jackson
- JacksonConverterFactory() - Constructor for class org.assertstruct.impl.converter.jackson.JacksonConverterFactory
- Json5Encoder - Class in org.assertstruct.utils
- Json5Encoder() - Constructor for class org.assertstruct.utils.Json5Encoder
- JSon5Parser - Class in org.assertstruct.impl.parser
- JSon5Parser(char[]) - Constructor for class org.assertstruct.impl.parser.JSon5Parser
- JSon5Parser(char[], AssertStructService) - Constructor for class org.assertstruct.impl.parser.JSon5Parser
- Json5Printer - Class in org.assertstruct.result
- Json5Printer() - Constructor for class org.assertstruct.result.Json5Printer
- Json5Printer(StringBuilder) - Constructor for class org.assertstruct.result.Json5Printer
- Json5Printer(AssertStructService) - Constructor for class org.assertstruct.result.Json5Printer
- Json5Printer(AssertStructService, StringBuilder) - Constructor for class org.assertstruct.result.Json5Printer
- JsonConverter - Interface in org.assertstruct.converter
- JsonConverterFactory - Interface in org.assertstruct.converter
- jsonConverterFactoryClasses(String) - Method in class org.assertstruct.service.Config.ConfigBuilder
- jsonify(Object) - Static method in class org.assertstruct.AssertStruct
- jsonify(Object) - Method in class org.assertstruct.service.AssertStructService
- JsonStruct - Interface in org.assertstruct.converter
K
- KeyParser - Interface in org.assertstruct.service
L
- ListWrapper - Class in org.assertstruct.converter
- ListWrapper(Object) - Constructor for class org.assertstruct.converter.ListWrapper
- ListWrapper(Collection) - Constructor for class org.assertstruct.converter.ListWrapper
- loadDefaultService() - Static method in class org.assertstruct.service.AssertStructConfigLoader
- lookup(String, Matcher) - Method in class org.assertstruct.template.node.ObjectNode
-
Look for best template key for actual key
- lookupSourceLocation(ResourceLocation) - Method in class org.assertstruct.service.AssertStructService
- lookupSourceLocation(ResourceLocation) - Method in interface org.assertstruct.service.ResourceSourceLocator
M
- mapOf(Object...) - Static method in class org.assertstruct.utils.MapUtils
-
Creates a new LinkedHashMap with the given key-value pairs.
- MapUtils - Class in org.assertstruct.utils
- MapUtils() - Constructor for class org.assertstruct.utils.MapUtils
- MapWrapper - Class in org.assertstruct.converter
- MapWrapper(Object) - Constructor for class org.assertstruct.converter.MapWrapper
- MapWrapper(Map<String, ?>) - Constructor for class org.assertstruct.converter.MapWrapper
- Markers - Enum in org.assertstruct.utils
- match(String, Object) - Method in class org.assertstruct.service.AssertStructService
- match(String, Object, String) - Method in class org.assertstruct.service.AssertStructService
- match(Object) - Method in class org.assertstruct.matcher.Matcher
- match(Object) - Method in class org.assertstruct.template.Template
- match(Object, Matcher) - Method in class org.assertstruct.impl.factories.any.AnyNode
- match(Object, Matcher) - Method in class org.assertstruct.impl.factories.array.RepeaterTemplateNode
- match(Object, Matcher) - Method in class org.assertstruct.impl.factories.date.AnyDateNode
- match(Object, Matcher) - Method in class org.assertstruct.impl.factories.date.NowNode
- match(Object, Matcher) - Method in class org.assertstruct.impl.factories.regexp.RegexpNode
- match(Object, Matcher) - Method in class org.assertstruct.impl.factories.spel.SpelNode
- match(Object, Matcher) - Method in class org.assertstruct.impl.factories.value.AnyValueMatcher
- match(Object, Matcher) - Method in class org.assertstruct.impl.factories.variable.ConstantNode
- match(Object, Matcher) - Method in class org.assertstruct.impl.factories.variable.matcher.AnyList
- match(Object, Matcher) - Method in class org.assertstruct.impl.factories.variable.matcher.AnyObject
- match(Object, Matcher) - Method in class org.assertstruct.impl.opt.OptionsNode
- match(Object, Matcher) - Method in class org.assertstruct.impl.validator.TypeCheckValidator
- match(Object, Matcher) - Method in interface org.assertstruct.matcher.ValueMatcher
- match(Object, Matcher) - Method in class org.assertstruct.template.node.ValueNode
- match(String, Matcher) - Method in class org.assertstruct.impl.factories.any.AnyKey
- match(String, Matcher) - Method in class org.assertstruct.impl.factories.regexp.RegexpKey
- match(String, Matcher) - Method in interface org.assertstruct.template.MatcherTemplateKey
- match(Res, Object) - Method in class org.assertstruct.service.AssertStructService
- match(Res, Object, String, StackTraceElement) - Method in class org.assertstruct.service.AssertStructService
- Matcher - Class in org.assertstruct.matcher
- Matcher(AssertStructService, Template) - Constructor for class org.assertstruct.matcher.Matcher
- MATCHER - Enum constant in enum org.assertstruct.template.TemplateKeyType
- MatcherNode - Class in org.assertstruct.template
- MatcherNode(ExtToken) - Constructor for class org.assertstruct.template.MatcherNode
- MatcherTemplateKey - Interface in org.assertstruct.template
- MatchingFailure - Exception Class in org.assertstruct.service.exceptions
-
Exception thrown when something unexpected happened during matching
- MatchingFailure(String) - Constructor for exception class org.assertstruct.service.exceptions.MatchingFailure
- MatchingFailure(String, Throwable) - Constructor for exception class org.assertstruct.service.exceptions.MatchingFailure
- MatchingFailure(String, Throwable, boolean, boolean) - Constructor for exception class org.assertstruct.service.exceptions.MatchingFailure
- MatchingFailure(Throwable) - Constructor for exception class org.assertstruct.service.exceptions.MatchingFailure
- MatchResult - Interface in org.assertstruct.result
- MULTILINE_COMMENT - Enum constant in enum org.assertstruct.impl.parser.ParseState
N
- NAME - Static variable in class org.assertstruct.impl.factories.variable.matcher.AnyList
- NAME - Static variable in class org.assertstruct.impl.factories.variable.matcher.AnyObject
- next() - Method in class org.assertstruct.impl.parser.JSon5Parser
- NodeOptions - Class in org.assertstruct.impl.opt
- NodeOptions(boolean, boolean, boolean, boolean) - Constructor for class org.assertstruct.impl.opt.NodeOptions
- NodeOptions.NodeOptionsBuilder - Class in org.assertstruct.impl.opt
- NodeOptionsBuilder() - Constructor for class org.assertstruct.impl.opt.NodeOptions.NodeOptionsBuilder
- NodeParser - Interface in org.assertstruct.service
- NONE - Enum constant in enum org.assertstruct.impl.parser.ParseState
- NowNode - Class in org.assertstruct.impl.factories.date
- NowNode(long, boolean, List<DateTimeFormatter>, TemplateKey, ExtToken) - Constructor for class org.assertstruct.impl.factories.date.NowNode
- NowParser - Class in org.assertstruct.impl.factories.date
- NowParser() - Constructor for class org.assertstruct.impl.factories.date.NowParser
O
- ObjectNode - Class in org.assertstruct.template.node
- ObjectNode(TemplateKey, ExtToken) - Constructor for class org.assertstruct.template.node.ObjectNode
- of(String) - Static method in class org.assertstruct.Res
-
Creates a new Res object with the given content.
- OptionsBuilder - Interface in org.assertstruct.opt
- OptionsKey - Class in org.assertstruct.impl.opt
- OptionsKey(TemplateKeyType, String, String, ExtToken) - Constructor for class org.assertstruct.impl.opt.OptionsKey
- OptionsNode - Class in org.assertstruct.impl.opt
- OptionsNode(String, Object, boolean, ExtToken) - Constructor for class org.assertstruct.impl.opt.OptionsNode
- OptionsParser - Class in org.assertstruct.impl.opt
- OptionsParser() - Constructor for class org.assertstruct.impl.opt.OptionsParser
- org.assertstruct - package org.assertstruct
- org.assertstruct.converter - package org.assertstruct.converter
- org.assertstruct.impl.converter.dummy - package org.assertstruct.impl.converter.dummy
- org.assertstruct.impl.converter.jackson - package org.assertstruct.impl.converter.jackson
- org.assertstruct.impl.factories.any - package org.assertstruct.impl.factories.any
- org.assertstruct.impl.factories.array - package org.assertstruct.impl.factories.array
- org.assertstruct.impl.factories.date - package org.assertstruct.impl.factories.date
- org.assertstruct.impl.factories.regexp - package org.assertstruct.impl.factories.regexp
- org.assertstruct.impl.factories.spel - package org.assertstruct.impl.factories.spel
- org.assertstruct.impl.factories.value - package org.assertstruct.impl.factories.value
- org.assertstruct.impl.factories.variable - package org.assertstruct.impl.factories.variable
- org.assertstruct.impl.factories.variable.matcher - package org.assertstruct.impl.factories.variable.matcher
- org.assertstruct.impl.opt - package org.assertstruct.impl.opt
- org.assertstruct.impl.parser - package org.assertstruct.impl.parser
- org.assertstruct.impl.validator - package org.assertstruct.impl.validator
- org.assertstruct.matcher - package org.assertstruct.matcher
- org.assertstruct.opt - package org.assertstruct.opt
- org.assertstruct.result - package org.assertstruct.result
- org.assertstruct.service - package org.assertstruct.service
- org.assertstruct.service.exceptions - package org.assertstruct.service.exceptions
- org.assertstruct.template - package org.assertstruct.template
- org.assertstruct.template.node - package org.assertstruct.template.node
- org.assertstruct.utils - package org.assertstruct.utils
- overrideStdFeatures(int, int) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
P
- parse(JSon5Parser) - Method in class org.assertstruct.template.TemplateParser
- parseKey(String, ExtToken) - Method in class org.assertstruct.impl.factories.any.ShortAnyParser
- parseKey(String, ExtToken) - Method in class org.assertstruct.impl.factories.regexp.RegexpParser
- parseKey(String, ExtToken) - Method in class org.assertstruct.impl.factories.spel.SpelParser
- parseKey(String, ExtToken) - Method in class org.assertstruct.impl.opt.OptionsParser
- parseKey(String, ExtToken) - Method in interface org.assertstruct.service.KeyParser
- parseNode(String, TemplateKey, ExtToken) - Method in class org.assertstruct.impl.factories.any.ShortAnyParser
- parseNode(String, TemplateKey, ExtToken) - Method in class org.assertstruct.impl.factories.array.RepeaterParser
- parseNode(String, TemplateKey, ExtToken) - Method in class org.assertstruct.impl.factories.date.AnyDateParser
- parseNode(String, TemplateKey, ExtToken) - Method in class org.assertstruct.impl.factories.date.DateParser
- parseNode(String, TemplateKey, ExtToken) - Method in class org.assertstruct.impl.factories.date.NowParser
- parseNode(String, TemplateKey, ExtToken) - Method in class org.assertstruct.impl.factories.regexp.RegexpParser
- parseNode(String, TemplateKey, ExtToken) - Method in class org.assertstruct.impl.factories.spel.SpelParser
- parseNode(String, TemplateKey, ExtToken) - Method in class org.assertstruct.impl.factories.variable.ConstantParser
- parseNode(String, TemplateKey, ExtToken) - Method in class org.assertstruct.impl.opt.OptionsParser
- parseNode(String, TemplateKey, ExtToken) - Method in interface org.assertstruct.service.NodeParser
- Parser - Interface in org.assertstruct.service
- ParserContainer - Class in org.assertstruct.service
-
Helper class to return multiple Parser by single factory
- ParserContainer() - Constructor for class org.assertstruct.service.ParserContainer
- ParserFactory - Interface in org.assertstruct.service
- parserFactoryClass(String) - Method in class org.assertstruct.service.Config.ConfigBuilder
- parserFactoryClasses(String) - Method in class org.assertstruct.service.Config.ConfigBuilder
- ParseState - Enum in org.assertstruct.impl.parser
- ParsingFactoryComparator - Class in org.assertstruct.service
- ParsingFactoryComparator() - Constructor for class org.assertstruct.service.ParsingFactoryComparator
- pojo2json(Object) - Method in interface org.assertstruct.converter.JsonConverter
-
Convert POJO to JSON compatible structure
- pojo2json(Object) - Method in class org.assertstruct.impl.converter.dummy.DummyConverter
- pojo2json(Object) - Method in class org.assertstruct.impl.converter.jackson.JacksonConverter
- pojo2jsonBase(Object) - Method in class org.assertstruct.impl.converter.jackson.JacksonConverter
- PREFIX - Static variable in class org.assertstruct.impl.factories.any.ShortAnyParser
- PREFIX - Static variable in class org.assertstruct.impl.factories.array.RepeaterParser
- PREFIX - Static variable in class org.assertstruct.impl.factories.date.DateParser
- PREFIX - Static variable in class org.assertstruct.impl.factories.date.NowParser
- PREFIX - Static variable in class org.assertstruct.impl.factories.regexp.RegexpParser
- PREFIX - Static variable in class org.assertstruct.impl.factories.spel.SpelParser
- PREFIX - Static variable in class org.assertstruct.impl.factories.variable.ConstantParser
- PREFIX - Static variable in class org.assertstruct.impl.opt.OptionsParser
- PREFIX_LONG - Static variable in class org.assertstruct.impl.factories.date.NowParser
- print(Object) - Method in class org.assertstruct.result.Json5Printer
- print(StringBuilder, boolean, boolean) - Method in class org.assertstruct.impl.parser.ExtToken
- print(StringBuilder, boolean, boolean, int, boolean) - Method in interface org.assertstruct.template.StructTemplateNode
- print(StringBuilder, boolean, boolean, int, boolean) - Method in interface org.assertstruct.template.TemplateNode
- printDebug(StringBuilder) - Method in class org.assertstruct.impl.parser.ExtToken
- printDebug(StringBuilder) - Method in class org.assertstruct.template.node.ArrayNode
- printDebug(StringBuilder) - Method in class org.assertstruct.template.node.ObjectNode
- printDebug(StringBuilder) - Method in class org.assertstruct.template.Template
- printDebug(StringBuilder) - Method in interface org.assertstruct.template.TemplateNode
- printEnd(StringBuilder, boolean, boolean) - Method in interface org.assertstruct.template.TemplateNode
- printPrefix(StringBuilder) - Method in class org.assertstruct.impl.parser.ExtToken
- printStart(StringBuilder) - Method in interface org.assertstruct.template.TemplateNode
- printSuffix(StringBuilder, boolean, boolean) - Method in class org.assertstruct.impl.parser.ExtToken
- priority() - Method in class org.assertstruct.impl.factories.variable.ConstantParser
- priority() - Method in interface org.assertstruct.service.Parser
-
Order in which this factories will be used.
- priority() - Method in class org.assertstruct.service.ParserContainer
- PRIORITY - Static variable in class org.assertstruct.service.AssertStructConfigLoader
- PROP_DATE_FORMAT - Static variable in class org.assertstruct.impl.converter.jackson.JacksonConverter
- PROP_MODULES - Static variable in class org.assertstruct.impl.converter.jackson.JacksonConverter
- PROP_PREFIX - Static variable in class org.assertstruct.impl.converter.jackson.JacksonConverter
- put(String, TemplateNode) - Method in class org.assertstruct.template.node.ObjectNode
Q
- quoteRequired(String, char) - Static method in class org.assertstruct.utils.Json5Encoder
R
- RegexpKey - Class in org.assertstruct.impl.factories.regexp
- RegexpKey(Pattern, String, ExtToken) - Constructor for class org.assertstruct.impl.factories.regexp.RegexpKey
- RegexpNode - Class in org.assertstruct.impl.factories.regexp
- RegexpNode(Pattern, TemplateKey, ExtToken) - Constructor for class org.assertstruct.impl.factories.regexp.RegexpNode
- RegexpParser - Class in org.assertstruct.impl.factories.regexp
- RegexpParser() - Constructor for class org.assertstruct.impl.factories.regexp.RegexpParser
- RepeaterParser - Class in org.assertstruct.impl.factories.array
- RepeaterParser() - Constructor for class org.assertstruct.impl.factories.array.RepeaterParser
- RepeaterTemplateNode - Class in org.assertstruct.impl.factories.array
- RepeaterTemplateNode(TemplateKey, ExtToken) - Constructor for class org.assertstruct.impl.factories.array.RepeaterTemplateNode
- res(String) - Static method in class org.assertstruct.Res
-
Create resource by autodetect type of resource
- res(String, StackTraceElement, AssertStructService) - Static method in class org.assertstruct.Res
- Res - Class in org.assertstruct
-
Class provide comfortable way to work with text data from classpath or strings.
- resAsStr(String) - Static method in class org.assertstruct.utils.ResourceUtils
-
Reads resource as String from classpath.
- resolve(SerializerProvider) - Method in class org.assertstruct.impl.converter.jackson.WrapperSerializer
- ResourceLocation - Class in org.assertstruct.utils
- ResourceLocation() - Constructor for class org.assertstruct.utils.ResourceLocation
- ResourceSourceLocator - Interface in org.assertstruct.service
- ResourceUtils - Class in org.assertstruct.utils
- ResourceUtils() - Constructor for class org.assertstruct.utils.ResourceUtils
- RootResult - Class in org.assertstruct.result
- RootResult() - Constructor for class org.assertstruct.result.RootResult
- RootStruct - Class in org.assertstruct.impl.converter.jackson
- RootStruct() - Constructor for class org.assertstruct.impl.converter.jackson.RootStruct
S
- save(MatchResult, File) - Method in class org.assertstruct.service.AssertStructService
- ScalarNode - Class in org.assertstruct.template.node
- ScalarNode() - Constructor for class org.assertstruct.template.node.ScalarNode
- sealConfigs(SubtreeOptions) - Method in class org.assertstruct.template.node.StructuredTemplateNodeShared
- sealConfigs(SubtreeOptions) - Method in interface org.assertstruct.template.StructTemplateNode
- serialize(T, JsonGenerator, SerializerProvider) - Method in class org.assertstruct.impl.converter.jackson.WrapperSerializer
- set(String, Object) - Method in class org.assertstruct.impl.opt.NodeOptions.NodeOptionsBuilder
- set(String, Object) - Method in class org.assertstruct.impl.opt.SubtreeOptions.SubtreeOptionsBuilder
- set(String, Object) - Method in interface org.assertstruct.opt.OptionsBuilder
- setChild(Object, Object) - Method in class org.assertstruct.converter.ListWrapper
- setChild(Object, Object) - Method in class org.assertstruct.converter.MapWrapper
- setChild(Object, Object) - Method in interface org.assertstruct.converter.Wrapper
- setCodec(ObjectCodec) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- setDefault(AssertStructService) - Static method in class org.assertstruct.AssertStruct
-
Set default AssertStructService.
- setFeatureMask(int) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
-
Deprecated.
- setSuffix(int) - Method in class org.assertstruct.impl.parser.ExtToken
- SharedValidator - Interface in org.assertstruct.service
- ShortAnyParser - Class in org.assertstruct.impl.factories.any
- ShortAnyParser() - Constructor for class org.assertstruct.impl.factories.any.ShortAnyParser
- SIMPLE - Enum constant in enum org.assertstruct.template.TemplateKeyType
- SimpleStructGenerator - Class in org.assertstruct.impl.converter.jackson
- SimpleStructGenerator(ObjectCodec, boolean) - Constructor for class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- skipNextValue() - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- source(Object) - Static method in interface org.assertstruct.converter.Wrapper
- SpelFactory - Class in org.assertstruct.impl.factories.spel
- SpelFactory() - Constructor for class org.assertstruct.impl.factories.spel.SpelFactory
- SpelKey - Class in org.assertstruct.impl.factories.spel
- SpelKey(Expression, String, ExtToken, SpelParser) - Constructor for class org.assertstruct.impl.factories.spel.SpelKey
- SpelNode - Class in org.assertstruct.impl.factories.spel
- SpelNode(Expression, TemplateKey, ExtToken, SpelParser) - Constructor for class org.assertstruct.impl.factories.spel.SpelNode
- SpelParser - Class in org.assertstruct.impl.factories.spel
- SpelParser() - Constructor for class org.assertstruct.impl.factories.spel.SpelParser
- srcPathList(String) - Method in class org.assertstruct.service.Config.ConfigBuilder
- strictMatch(Object, Matcher) - Method in class org.assertstruct.impl.factories.date.NowNode
- String2Boolean(String) - Static method in class org.assertstruct.utils.ConversionUtils
- StringNode - Class in org.assertstruct.template.node
- StringNode(TemplateKey, String, ExtToken) - Constructor for class org.assertstruct.template.node.StringNode
- StructTemplateNode - Interface in org.assertstruct.template
- StructuredTemplateNodeShared - Class in org.assertstruct.template.node
- StructuredTemplateNodeShared() - Constructor for class org.assertstruct.template.node.StructuredTemplateNodeShared
- SubtreeOptions - Class in org.assertstruct.impl.opt
- SubtreeOptions() - Constructor for class org.assertstruct.impl.opt.SubtreeOptions
- SubtreeOptions.SubtreeOptionsBuilder - Class in org.assertstruct.impl.opt
- SubtreeOptionsBuilder() - Constructor for class org.assertstruct.impl.opt.SubtreeOptions.SubtreeOptionsBuilder
T
- targetPathList(String) - Method in class org.assertstruct.service.Config.ConfigBuilder
- Template - Class in org.assertstruct.template
- Template(TemplateNode, AssertStructService) - Constructor for class org.assertstruct.template.Template
- TemplateKey - Class in org.assertstruct.template
- TemplateKey() - Constructor for class org.assertstruct.template.TemplateKey
- TemplateKeyType - Enum in org.assertstruct.template
- TemplateNode - Interface in org.assertstruct.template
- TemplateParseException - Exception Class in org.assertstruct.template
- TemplateParseException(String) - Constructor for exception class org.assertstruct.template.TemplateParseException
- TemplateParseException(String, JsonLocation) - Constructor for exception class org.assertstruct.template.TemplateParseException
- TemplateParseException(String, Throwable) - Constructor for exception class org.assertstruct.template.TemplateParseException
- TemplateParseException(String, Throwable, JsonLocation) - Constructor for exception class org.assertstruct.template.TemplateParseException
- TemplateParseException(Throwable) - Constructor for exception class org.assertstruct.template.TemplateParseException
- TemplateParseException(Throwable, JsonLocation) - Constructor for exception class org.assertstruct.template.TemplateParseException
- TemplateParser - Class in org.assertstruct.template
- TemplateParser() - Constructor for class org.assertstruct.template.TemplateParser
- TemplateParser(AssertStructService) - Constructor for class org.assertstruct.template.TemplateParser
- timeFormatList(String) - Method in class org.assertstruct.service.Config.ConfigBuilder
- toData() - Method in interface org.assertstruct.template.DataNode
- toData() - Method in class org.assertstruct.template.node.ArrayNode
- toData() - Method in class org.assertstruct.template.node.ObjectNode
- toData() - Method in class org.assertstruct.template.node.ValueNode
- toData() - Method in class org.assertstruct.template.Template
- toDataList() - Method in class org.assertstruct.template.Template
- toDataMap() - Method in class org.assertstruct.template.Template
- toFile() - Method in class org.assertstruct.utils.ResourceLocation
- toString() - Method in class org.assertstruct.impl.parser.ExtToken
- toString() - Method in class org.assertstruct.result.Json5Printer
- toString() - Method in class org.assertstruct.template.TemplateKey
- TypeCheckValidator - Class in org.assertstruct.impl.validator
- TypeCheckValidator() - Constructor for class org.assertstruct.impl.validator.TypeCheckValidator
U
- unstrictMatch(Object, Matcher) - Method in class org.assertstruct.impl.factories.date.NowNode
- unwrap(Object) - Static method in interface org.assertstruct.converter.Wrapper
- useDefaultPrettyPrinter() - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
V
- ValueMatcher - Interface in org.assertstruct.matcher
- ValueNode - Class in org.assertstruct.template.node
- ValueNode(TemplateKey, Object, ExtToken) - Constructor for class org.assertstruct.template.node.ValueNode
- valueOf(String) - Static method in enum org.assertstruct.impl.parser.ParseState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.assertstruct.template.TemplateKeyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.assertstruct.utils.Markers
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.assertstruct.impl.parser.ParseState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.assertstruct.template.TemplateKeyType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.assertstruct.utils.Markers
-
Returns an array containing the constants of this enum type, in the order they are declared.
- ValueWrapper - Class in org.assertstruct.converter
- ValueWrapper - Class in org.assertstruct.matcher
- ValueWrapper() - Constructor for class org.assertstruct.converter.ValueWrapper
- ValueWrapper() - Constructor for class org.assertstruct.matcher.ValueWrapper
- version() - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
W
- with() - Static method in class org.assertstruct.AssertStruct
- with() - Method in class org.assertstruct.service.AssertStructService
- Wrapper<S,
V> - Interface in org.assertstruct.converter - WrapperSerializer<T> - Class in org.assertstruct.impl.converter.jackson
- WrapperSerializer() - Constructor for class org.assertstruct.impl.converter.jackson.WrapperSerializer
- writeBinary(Base64Variant, byte[], int, int) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeBinary(Base64Variant, InputStream, int) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
-
Although we could support this method, it does not necessarily make sense: we cannot make good use of streaming because buffer must hold all the data.
- writeBoolean(boolean) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeEmbeddedObject(Object) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeEndArray() - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeEndObject() - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeFieldName(SerializableString) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeFieldName(String) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeNull() - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeNumber(double) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeNumber(float) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeNumber(int) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeNumber(long) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeNumber(short) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeNumber(String) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeNumber(BigDecimal) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeNumber(BigInteger) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeObject(Object) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeObjectId(Object) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeRaw(char) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeRaw(char[], int, int) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeRaw(SerializableString) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeRaw(String) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeRaw(String, int, int) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeRawUTF8String(byte[], int, int) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeRawValue(char[], int, int) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeRawValue(String) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeRawValue(String, int, int) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeStartArray() - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeStartArray(Object) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeStartArray(Object, int) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeStartObject() - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeStartObject(Object) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeStartObject(Object, int) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeString(char[], int, int) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeString(SerializableString) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeString(Reader, int) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeString(String) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeTree(TreeNode) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeTypeId(Object) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- writeUTF8String(byte[], int, int) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
_
- _appendAt - Variable in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
-
Offset within last segment,
- _appendEndMarker(JsonToken) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
-
Specialized method used for appending a structural end Object/Array marker
- _appendFieldName(Object) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
-
Specialized method used for appending a field name, appending either
StringorSerializableString. - _appendStartMarker(JsonToken) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
-
Specialized method used for appending a structural start Object/Array marker
- _appendValue(JsonToken) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
-
Method used for appending token known to represent a "simple" scalar value where token is the only information
- _appendValue(JsonToken, Object) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
-
Method used for appending token known to represent a scalar value where there is additional content (text, number) beyond type token
- _closed - Variable in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- _copyBufferContents(JsonParser) - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- _forceBigDecimal - Variable in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
-
Flag set during construction, if use of
BigDecimalis to be forced on all floating-point values. - _generatorFeatures - Variable in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
-
Bit flag composed of bits that indicate which
JsonGenerator.Features are enabled. - _hasNativeId - Variable in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
-
Do we currently have a native type or object id buffered?
- _hasNativeObjectIds - Variable in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- _hasNativeTypeIds - Variable in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- _mayHaveNativeIds - Variable in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- _objectCodec - Variable in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
-
Object codec to use for stream-based object conversion through parser/generator interfaces.
- _objectId - Variable in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
-
If native object ids supported, this is the id for following value (or first token of one) to be written.
- _parentContext - Variable in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
-
Parse context from "parent" parser (one from which content to buffer is read, if specified).
- _reportUnsupportedOperation() - Method in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- _streamReadConstraints - Variable in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
- _typeId - Variable in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
-
If native type ids supported, this is the id for following value (or first token of one) to be written.
- _writeContext - Variable in class org.assertstruct.impl.converter.jackson.SimpleStructGenerator
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form