Package com.dottydingo.hyperion.module.swagger.jackson

Examples of com.dottydingo.hyperion.module.swagger.jackson.SchemaBeanSerializerFactory


    public void afterPropertiesSet() throws Exception
    {
        if(objectMapper == null)
            objectMapper = new ObjectMapper();

        objectMapper.setSerializerFactory(new SchemaBeanSerializerFactory(null));
        objectMapper.setSerializationInclusion(JsonInclude.Include.NON_NULL);
    }
View Full Code Here

TOP

Related Classes of com.dottydingo.hyperion.module.swagger.jackson.SchemaBeanSerializerFactory

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.