|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectNormalizer.Jdk16Normalizer
private static class Normalizer.Jdk16Normalizer
Normalizer that runs on JDK 1.6 / 6.0 and higher
Field Summary | |
---|---|
private Object |
form
|
private Method |
method
|
Constructor Summary | |
---|---|
Normalizer.Jdk16Normalizer()
Constructor - use Java Reflection to locate the class and method |
Method Summary | |
---|---|
String |
normalize(String in)
Normalize a string using the method we found |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Method method
private Object form
Constructor Detail |
---|
public Normalizer.Jdk16Normalizer() throws Exception
Exception
Method Detail |
---|
public String normalize(String in)
normalize
in interface Normalizer.PlatformNormalizer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |