Uses of Interface
org.graylog.plugins.formatting.units.model.Unit
Packages that use Unit
Package
Description
-
Uses of Unit in org.graylog.plugins.formatting.units.fields
Methods in org.graylog.plugins.formatting.units.fields that return types with arguments of type UnitModifier and TypeMethodDescriptionFieldUnitObtainer.obtainUnit(String fieldName) FieldUnitObtainingMethod.obtainUnit(String fieldName) HardcodedFieldUnitObtainingMethod.obtainUnit(String fieldName) -
Uses of Unit in org.graylog.plugins.formatting.units.model
Classes in org.graylog.plugins.formatting.units.model that implement UnitMethods in org.graylog.plugins.formatting.units.model that return types with arguments of type UnitModifier and TypeMethodDescriptionSupportedUnits.unitsGroupedByType()Returns the value of theunitsGroupedByTyperecord component.Constructors in org.graylog.plugins.formatting.units.model with parameters of type UnitConstructor parameters in org.graylog.plugins.formatting.units.model with type arguments of type UnitModifierConstructorDescriptionSupportedUnits(Map<String, List<Unit>> unitsGroupedByType) Creates an instance of aSupportedUnitsrecord class.