类 MethodName
java.lang.Object
cn.taketoday.aot.generate.MethodName
A camel-case method name that can be built from distinct parts.
- 从以下版本开始:
- 4.0
- 作者:
- Phillip Webb
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明(专用程序包) MethodNameand(MethodName name) Create a new method name by concatenating the specified name to this name.(专用程序包) MethodNameCreate a new method name by concatenating the specified parts to this name.private static Stringbooleanprivate StringinthashCode()private static String(专用程序包) static MethodNameCreate a new method name from the specific parts.toString()
-
字段详细资料
-
PREFIXES
-
NONE
An empty method name. -
value
-
-
构造器详细资料
-
MethodName
-
-
方法详细资料
-
of
Create a new method name from the specific parts. The returned name will be in camel-case and will only contain valid characters from the parts.- 参数:
parts- the parts the form the name- 返回:
- a method name instance
-
and
Create a new method name by concatenating the specified name to this name.- 参数:
name- the name to concatenate- 返回:
- a new method name instance
-
and
Create a new method name by concatenating the specified parts to this name.- 参数:
parts- the parts to concatenate- 返回:
- a new method name instance
-
getPrefix
-
hashCode
public int hashCode() -
equals
-
toString
-
join
-
clean
-