Spring Hateoas

org.springframework.hateoas.hal
Class DefaultCurieProvider.Curie

java.lang.Object
  extended by org.springframework.hateoas.Link
      extended by org.springframework.hateoas.hal.DefaultCurieProvider.Curie
All Implemented Interfaces:
Serializable
Enclosing class:
DefaultCurieProvider

protected static class DefaultCurieProvider.Curie
extends Link

Value object to get the curie Link rendered in JSON.

Author:
Oliver Gierke
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.springframework.hateoas.Link
ATOM_NAMESPACE, REL_FIRST, REL_LAST, REL_NEXT, REL_PREVIOUS, REL_SELF
 
Constructor Summary
DefaultCurieProvider.Curie(String name, String href)
           
 
Method Summary
 String getName()
           
 
Methods inherited from class org.springframework.hateoas.Link
equals, expand, expand, getHref, getRel, getVariableNames, getVariables, hashCode, isTemplated, toString, valueOf, withRel, withSelfRel
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultCurieProvider.Curie

public DefaultCurieProvider.Curie(String name,
                                  String href)
Method Detail

getName

public String getName()

Spring Hateoas

Copyright © 2012-2014-2014 Pivotal, Inc.. All Rights Reserved.