Package org.springframework.hateoas.alps

Examples of org.springframework.hateoas.alps.Type


    List<Descriptor> nestedDescriptors = new ArrayList<Descriptor>();
    nestedDescriptors.addAll(getPaginationDescriptors(type, method));
    nestedDescriptors.addAll(getProjectionDescriptor(type, method));

    Type descriptorType = getType(method);
    return descriptor().//
        id(prefix(method).concat(metadata.getRel())).//
        name(metadata.getRel()).//
        type(descriptorType).//
        doc(getDocFor(metadata.getDescription())).//
View Full Code Here

TOP

Related Classes of org.springframework.hateoas.alps.Type

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.