Uses of Class
io.dropwizard.logging.json.AccessAttribute
-
Packages that use AccessAttribute Package Description io.dropwizard.logging.json io.dropwizard.logging.json.layout -
-
Uses of AccessAttribute in io.dropwizard.logging.json
Methods in io.dropwizard.logging.json that return AccessAttribute Modifier and Type Method Description static AccessAttribute
AccessAttribute. valueOf(String name)
Returns the enum constant of this type with the specified name.static AccessAttribute[]
AccessAttribute. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.dropwizard.logging.json that return types with arguments of type AccessAttribute Modifier and Type Method Description EnumSet<AccessAttribute>
AccessJsonLayoutBaseFactory. getIncludes()
Method parameters in io.dropwizard.logging.json with type arguments of type AccessAttribute Modifier and Type Method Description void
AccessJsonLayoutBaseFactory. setIncludes(EnumSet<AccessAttribute> includes)
-
Uses of AccessAttribute in io.dropwizard.logging.json.layout
Methods in io.dropwizard.logging.json.layout that return types with arguments of type AccessAttribute Modifier and Type Method Description Set<AccessAttribute>
AccessJsonLayout. getIncludes()
Method parameters in io.dropwizard.logging.json.layout with type arguments of type AccessAttribute Modifier and Type Method Description void
AccessJsonLayout. setIncludes(Set<AccessAttribute> includes)
Constructor parameters in io.dropwizard.logging.json.layout with type arguments of type AccessAttribute Constructor Description AccessJsonLayout(JsonFormatter jsonFormatter, TimestampFormatter timestampFormatter, Set<AccessAttribute> includes, Map<String,String> customFieldNames, Map<String,Object> additionalFields)
-