Uses of Enum Class
io.dropwizard.logging.json.AccessAttribute
Packages that use AccessAttribute
-
Uses of AccessAttribute in io.dropwizard.logging.json
Methods in io.dropwizard.logging.json that return AccessAttributeModifier and TypeMethodDescriptionstatic AccessAttributeReturns the enum constant of this class with the specified name.static AccessAttribute[]AccessAttribute.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.dropwizard.logging.json that return types with arguments of type AccessAttributeMethod parameters in io.dropwizard.logging.json with type arguments of type AccessAttributeModifier and TypeMethodDescriptionvoidAccessJsonLayoutBaseFactory.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 AccessAttributeMethod parameters in io.dropwizard.logging.json.layout with type arguments of type AccessAttributeModifier and TypeMethodDescriptionvoidAccessJsonLayout.setIncludes(Set<AccessAttribute> includes) Constructor parameters in io.dropwizard.logging.json.layout with type arguments of type AccessAttributeModifierConstructorDescriptionAccessJsonLayout(JsonFormatter jsonFormatter, TimestampFormatter timestampFormatter, Set<AccessAttribute> includes, Map<String, String> customFieldNames, Map<String, Object> additionalFields)