@FunctionalInterface public interface ObjectParserFactory
ValueParser able to parse serialized object structures. Parsers for all available factories| Modifier and Type | Method and Description |
|---|---|
ValueParser<String> |
newObjectParser(Map<String,ValueParser<String>> propertiesParser,
Map<Pattern,ValueParser<String>> patternPropertiesParser,
ValueParser<String> additionalPropertiesParser) |
ValueParser<String> newObjectParser(Map<String,ValueParser<String>> propertiesParser, Map<Pattern,ValueParser<String>> patternPropertiesParser, ValueParser<String> additionalPropertiesParser)
Copyright © 2021. All rights reserved.