Class ConfigurationImpl.AnnotationsConfigImpl
java.lang.Object
org.infinispan.protostream.config.impl.ConfigurationImpl.AnnotationsConfigImpl
- All Implemented Interfaces:
Configuration.AnnotationsConfig
- Enclosing class:
ConfigurationImpl
private static final class ConfigurationImpl.AnnotationsConfigImpl
extends Object
implements Configuration.AnnotationsConfig
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.infinispan.protostream.config.Configuration.AnnotationsConfig
Configuration.AnnotationsConfig.Builder -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map<String, AnnotationConfiguration> private final boolean -
Constructor Summary
ConstructorsConstructorDescriptionAnnotationsConfigImpl(Map<String, AnnotationConfigurationImpl> annotations, boolean logUndefinedAnnotations) -
Method Summary
Modifier and TypeMethodDescriptionbooleanShould we log a warning every time we encounter an undefined documentation annotation? This istrueby default.toString()
-
Field Details
-
annotations
-
logUndefinedAnnotations
private final boolean logUndefinedAnnotations
-
-
Constructor Details
-
AnnotationsConfigImpl
AnnotationsConfigImpl(Map<String, AnnotationConfigurationImpl> annotations, boolean logUndefinedAnnotations)
-
-
Method Details
-
logUndefinedAnnotations
public boolean logUndefinedAnnotations()Description copied from interface:Configuration.AnnotationsConfigShould we log a warning every time we encounter an undefined documentation annotation? This istrueby default.- Specified by:
logUndefinedAnnotationsin interfaceConfiguration.AnnotationsConfig
-
annotations
- Specified by:
annotationsin interfaceConfiguration.AnnotationsConfig
-
toString
-