@PublicEvolving public final class FunctionIdentifier extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
String |
asSummaryString()
Returns a string that summarizes this instance for printing to a console or log.
|
boolean |
equals(Object o) |
Optional<ObjectIdentifier> |
getIdentifier() |
Optional<String> |
getSimpleName() |
int |
hashCode() |
static String |
normalizeName(String name)
Normalize a function name.
|
static ObjectIdentifier |
normalizeObjectIdentifier(ObjectIdentifier oi)
Normalize an object identifier by only normalizing the function name.
|
static FunctionIdentifier |
of(ObjectIdentifier oi) |
static FunctionIdentifier |
of(String functionName) |
List<String> |
toList()
List of the component names of this function identifier.
|
String |
toString() |
public static FunctionIdentifier of(ObjectIdentifier oi)
public static FunctionIdentifier of(String functionName)
public static ObjectIdentifier normalizeObjectIdentifier(ObjectIdentifier oi)
public Optional<ObjectIdentifier> getIdentifier()
public String asSummaryString()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.