Class JacksonFactory

    • Constructor Detail

      • JacksonFactory

        JacksonFactory()
    • Method Detail

      • getPropertyNameForTimeMillis

        protected abstract java.lang.String getPropertyNameForTimeMillis()
      • getPropertyNameForInstant

        protected abstract java.lang.String getPropertyNameForInstant()
      • getPropertNameForContextMap

        protected abstract java.lang.String getPropertNameForContextMap()
      • getPropertNameForSource

        protected abstract java.lang.String getPropertNameForSource()
      • getPropertNameForNanoTime

        protected abstract java.lang.String getPropertNameForNanoTime()
      • newCompactPrinter

        protected abstract com.fasterxml.jackson.core.PrettyPrinter newCompactPrinter()
      • newObjectMapper

        protected abstract com.fasterxml.jackson.databind.ObjectMapper newObjectMapper()
      • newPrettyPrinter

        protected abstract com.fasterxml.jackson.core.PrettyPrinter newPrettyPrinter()
      • newWriter

        com.fasterxml.jackson.databind.ObjectWriter newWriter​(boolean locationInfo,
                                                              boolean properties,
                                                              boolean compact)
      • newWriter

        com.fasterxml.jackson.databind.ObjectWriter newWriter​(boolean locationInfo,
                                                              boolean properties,
                                                              boolean compact,
                                                              boolean includeMillis)