Package org.glassfish.jersey.message.internal

Examples of org.glassfish.jersey.message.internal.VariantListBuilder


        map.put(String.class, _createHeaderDelegate(String.class));
    }

    @Override
    public javax.ws.rs.core.Variant.VariantListBuilder createVariantListBuilder() {
        return new VariantListBuilder();
    }
View Full Code Here

TOP

Related Classes of org.glassfish.jersey.message.internal.VariantListBuilder

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.