Class JsonBuilderFactoryImpl

    • Field Detail

      • config

        private final java.util.Map<java.lang.String,​?> config
    • Constructor Detail

      • JsonBuilderFactoryImpl

        JsonBuilderFactoryImpl​(BufferPool bufferPool)
    • Method Detail

      • getConfigInUse

        public java.util.Map<java.lang.String,​?> getConfigInUse()
        Description copied from interface: JsonBuilderFactory
        Returns read-only map of supported provider specific configuration properties that are used to configure the created JSON builders. If there are any specified configuration properties that are not supported by the provider, they won't be part of the returned map.
        Specified by:
        getConfigInUse in interface JsonBuilderFactory
        Returns:
        a map of supported provider specific properties that are used to configure the builders. The map be empty but not null.