Uses of Enum Class
org.apache.juneau.commons.reflect.ClassArrayFormat
Packages that use ClassArrayFormat
Package
Description
Comprehensive reflection utilities for working with classes, methods, fields, constructors,
and annotations in a more convenient and type-safe way than the standard Java reflection APIs.
-
Uses of ClassArrayFormat in org.apache.juneau.commons.reflect
Methods in org.apache.juneau.commons.reflect that return ClassArrayFormatModifier and TypeMethodDescriptionstatic ClassArrayFormatReturns the enum constant of this class with the specified name.static ClassArrayFormat[]ClassArrayFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.juneau.commons.reflect with parameters of type ClassArrayFormatModifier and TypeMethodDescriptionClassInfo.appendNameFormatted(StringBuilder sb, ClassNameFormat nameFormat, boolean includeTypeParams, char separator, ClassArrayFormat arrayFormat) Appends a formatted class name to a StringBuilder with configurable options.ClassInfo.getNameFormatted(ClassNameFormat nameFormat, boolean includeTypeParams, char separator, ClassArrayFormat arrayFormat) Returns a formatted class name with configurable options.