Constant Field Values

Contents

net.morimekta.*

  • net.morimekta.providence.generator.format.java.messages.CoreOverridesFormatter 
    Modifier and Type Constant Field Value
    public static final java.lang.String UNION_FIELD "tUnionField"
  • net.morimekta.providence.generator.format.java.utils.Jackson 
    Modifier and Type Constant Field Value
    public static final java.lang.String COLLECTION_TYPE "com.fasterxml.jackson.databind.type.CollectionType"
    public static final java.lang.String DESERIALIZATION_CONTEXT "com.fasterxml.jackson.databind.DeserializationContext"
    public static final java.lang.String JAVA_TYPE "com.fasterxml.jackson.databind.JavaType"
    public static final java.lang.String JSON_DESERIALIZE "com.fasterxml.jackson.databind.annotation.JsonDeserialize"
    public static final java.lang.String JSON_DESERIALIZER "com.fasterxml.jackson.databind.JsonDeserializer"
    public static final java.lang.String JSON_GENERATOR "com.fasterxml.jackson.core.JsonGenerator"
    public static final java.lang.String JSON_PARSE_EXCEPTION "com.fasterxml.jackson.core.JsonParseException"
    public static final java.lang.String JSON_PARSER "com.fasterxml.jackson.core.JsonParser"
    public static final java.lang.String JSON_PROCESSING_EXCEPTION "com.fasterxml.jackson.core.JsonProcessingException"
    public static final java.lang.String JSON_SERIALIZE "com.fasterxml.jackson.databind.annotation.JsonSerialize"
    public static final java.lang.String JSON_SERIALIZER "com.fasterxml.jackson.databind.JsonSerializer"
    public static final java.lang.String JSON_TOKEN "com.fasterxml.jackson.core.JsonToken"
    public static final java.lang.String JSON_VALUE "com.fasterxml.jackson.annotation.JsonValue"
    public static final java.lang.String MAP_TYPE "com.fasterxml.jackson.databind.type.MapType"
    public static final java.lang.String SERIALIZER_PROVIDER "com.fasterxml.jackson.databind.SerializerProvider"
  • net.morimekta.providence.generator.format.java.utils.JAnnotation 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEPRECATED "@Deprecated"
    public static final java.lang.String NON_NULL "@javax.annotation.Nonnull"
    public static final java.lang.String NULLABLE "@javax.annotation.Nullable"
    public static final java.lang.String OVERRIDE "@Override"
    public static final java.lang.String SUPPRESS_WARNINGS_UNCHECKED "@SuppressWarnings(\"unchecked\")"
    public static final java.lang.String SUPPRESS_WARNINGS_UNUSED "@SuppressWarnings(\"unused\")"
  • net.morimekta.providence.generator.format.java.utils.JHelper 
    Modifier and Type Constant Field Value
    public static final java.lang.String packageSeparator "."