Interface FullyNamed
- All Superinterfaces:
tools.jackson.core.util.Named
- All Known Subinterfaces:
BeanProperty
- All Known Implementing Classes:
AnyGetterWriter, AttributePropertyWriter, BeanProperty.Bogus, BeanProperty.Std, BeanPropertyDefinition, BeanPropertyWriter, ConcreteBeanPropertyBase, CreatorProperty, FilteredBeanPropertyWriter.MultiView, FilteredBeanPropertyWriter.SingleView, InnerClassProperty, ManagedReferenceProperty, MapProperty, MergingSettableBeanProperty, MethodProperty, ObjectIdReferenceProperty, ObjectIdValueProperty, POJOPropertyBuilder, PropertyName, PropertyWriter, SettableBeanProperty, SettableBeanProperty.Delegating, SetterlessProperty, SimpleBeanPropertyDefinition, UnwrappingBeanPropertyWriter, ValueInjector, VirtualBeanPropertyWriter
public interface FullyNamed
extends tools.jackson.core.util.Named
Extension over
Named to expose full name; most relevant
for formats like XML that use namespacing.- Since:
- 3.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface tools.jackson.core.util.Named
tools.jackson.core.util.Named.StringAsNamed -
Method Summary
Methods inherited from interface tools.jackson.core.util.Named
getName
-
Method Details
-
getFullName
PropertyName getFullName() -
hasName
-