Package | Description |
---|---|
net.sf.mmm.util.nls.api |
Provides the API for the native language support (NLS).
|
net.sf.mmm.util.nls.impl.formatter |
Contains the implementation of formatters for the native language support (NLS).
|
net.sf.mmm.util.reflect.api |
Provides the API for utilities that help to deal with reflection.
|
net.sf.mmm.util.reflect.base |
Contains the base-implementations of the
Reflection-Util API . |
Modifier and Type | Method and Description |
---|---|
void |
NlsMessageFormatter.visit(Visitor<String> staticTextVisitor,
Visitor<NlsArgument> dynamicArgumentVisitor)
Visits the child elements of this
NlsMessageFormatter . |
void |
NlsMessageFormatter.visit(Visitor<String> staticTextVisitor,
Visitor<NlsArgument> dynamicArgumentVisitor)
Visits the child elements of this
NlsMessageFormatter . |
Modifier and Type | Class and Description |
---|---|
private class |
NlsFormatterType.ClassFormatter
This inner class is used to format
Class es. |
Modifier and Type | Method and Description |
---|---|
void |
NlsMessageFormatterImpl.visit(Visitor<String> staticTextVisitor,
Visitor<NlsArgument> dynamicArgumentVisitor) |
void |
NlsMessageFormatterImpl.visit(Visitor<String> staticTextVisitor,
Visitor<NlsArgument> dynamicArgumentVisitor) |
Modifier and Type | Method and Description |
---|---|
void |
ReflectionUtil.toString(Type type,
Appendable appendable,
Visitor<Class<?>> classFormatter)
This method gets the string representation of a
Type . |
Modifier and Type | Method and Description |
---|---|
void |
ReflectionUtilImpl.toString(Type type,
Appendable appendable,
Visitor<Class<?>> classFormatter) |
Copyright © 2001–2016 mmm-Team. All rights reserved.