Home
last modified time | relevance | path

Searched refs:attributeProperty (Results 1 – 1 of 1) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/
DTestJacksonAnnotationIntrospector.java32 protected String attributeProperty; field in TestJacksonAnnotationIntrospector.JacksonExample
53 return attributeProperty; in getAttributeProperty()
57 public void setAttributeProperty(String attributeProperty) in setAttributeProperty() argument
59 this.attributeProperty = attributeProperty; in setAttributeProperty()
178 assertEquals(ex.attributeProperty, readEx.attributeProperty); in testSerializeDeserializeWithJaxbAnnotations()