org.apache.myfaces.extensions.cdi.message.impl.formatter
Class FormatterBuilder
java.lang.Object
org.apache.myfaces.extensions.cdi.message.impl.formatter.FormatterBuilder
public class FormatterBuilder
- extends Object
Helper for building Formatter
instances for the given type
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createFormatter
public static Formatter createFormatter(Class<?> type)
- Internal helper for creating a
Formatter
for the given type
- Parameters:
type
- current type
- Returns:
- default formatter mapped to the given type
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.