| Modifier and Type | Field and Description |
|---|---|
static Predicate<String> |
IN_PACKAGE |
static Predicate<String> |
IS_UPPER_CASE |
static Predicate<String> |
OUT_OF_PACKAGE |
static String |
PACKAGE_SEPARATOR_REGEX |
| Modifier and Type | Method and Description |
|---|---|
static <T> Predicate<T> |
after(Predicate<T> predicate) |
static String |
getClassName(String fullyQualifiedName) |
String |
getFullyQualifiedName()
Get the fully qualified name of the type.
|
default String |
getName()
Get the name.
|
static String |
getOuterTypeName(String fullyQualifiedName) |
default String |
getPackageName()
Get the package name
|
static String |
getPackageName(String fullyQualifiedName) |
static <T> Predicate<T> |
until(Predicate<T> predicate) |
static final String PACKAGE_SEPARATOR_REGEX
String getFullyQualifiedName()
default String getName()
default String getPackageName()
Copyright © 2023. All rights reserved.