Package org.more.convert.convert

Examples of org.more.convert.convert.ConverterFacade


        }
        this.register(arrayType, arrayConverter);
    }
    /** strictly for convenience since it has same parameter order as Map.put */
    private void register(final Class<?> clazz, final Converter converter) {
        this.register(new ConverterFacade(converter), clazz);
    }
View Full Code Here

TOP

Related Classes of org.more.convert.convert.ConverterFacade

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.