Uses of Enum Class
org.apache.juneau.commons.reflect.ClassNameFormat
Packages that use ClassNameFormat
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 ClassNameFormat in org.apache.juneau.commons.reflect
Methods in org.apache.juneau.commons.reflect that return ClassNameFormatModifier and TypeMethodDescriptionstatic ClassNameFormatReturns the enum constant of this class with the specified name.static ClassNameFormat[]ClassNameFormat.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 ClassNameFormatModifier 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.