Package org.apache.juneau.json
Class JsonParser.Strict
java.lang.Object
org.apache.juneau.Context
org.apache.juneau.BeanContextable
org.apache.juneau.parser.Parser
org.apache.juneau.parser.ReaderParser
org.apache.juneau.json.JsonParser
org.apache.juneau.json.JsonParser.Strict
- All Implemented Interfaces:
AnnotationProvider,JsonMetaProvider
- Enclosing class:
JsonParser
Default parser, strict mode.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.juneau.json.JsonParser
JsonParser.Builder, JsonParser.StrictNested classes/interfaces inherited from class org.apache.juneau.parser.Parser
Parser.Null -
Field Summary
Fields inherited from class org.apache.juneau.json.JsonParser
DEFAULT, DEFAULT_STRICTFields inherited from class org.apache.juneau.Context
CONTEXT_APPLY_FILTERFields inherited from interface org.apache.juneau.AnnotationProvider
DISABLE_ANNOTATION_CACHING -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.juneau.json.JsonParser
copy, create, createSession, getJsonBeanPropertyMeta, getJsonClassMeta, getSession, isValidateEndMethods inherited from class org.apache.juneau.parser.ReaderParser
getFileCharset, getStreamCharset, isReaderParser, propertiesMethods inherited from class org.apache.juneau.parser.Parser
canHandle, createParserBuilder, doParse, getDebugOutputLines, getListener, getMediaTypes, getPrimaryMediaType, isAutoCloseStreams, isStrict, isTrimStrings, isUnbuffered, parse, parse, parse, parse, parse, parse, parseArgs, parseIntoCollection, parseIntoMapMethods inherited from class org.apache.juneau.BeanContextable
getBeanContextMethods inherited from class org.apache.juneau.Context
createBuilder, firstAnnotation, firstAnnotation, firstAnnotation, firstAnnotation, firstDeclaredAnnotation, forEachAnnotation, forEachAnnotation, forEachAnnotation, forEachAnnotation, forEachDeclaredAnnotation, hasAnnotation, hasAnnotation, hasAnnotation, hasAnnotation, init, isDebug, lastAnnotation, lastAnnotation, lastAnnotation, lastAnnotation, lastDeclaredAnnotation, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.juneau.AnnotationProvider
firstAnnotation, firstAnnotation, firstAnnotation, firstAnnotation, firstDeclaredAnnotation, forEachAnnotation, forEachAnnotation, forEachAnnotation, forEachAnnotation, forEachDeclaredAnnotation, lastAnnotation, lastAnnotation, lastAnnotation, lastAnnotation, lastDeclaredAnnotation
-
Constructor Details
-
Strict
Constructor.- Parameters:
builder- The builder for this object.
-