Uses of Record Class
org.springframework.beans.PropertyPath.Segment
Packages that use PropertyPath.Segment
Package
Description
This package contains interfaces and classes for manipulating Java beans.
-
Uses of PropertyPath.Segment in org.springframework.beans
Methods in org.springframework.beans that return PropertyPath.SegmentModifier and TypeMethodDescriptionAbstractNestablePropertyAccessor.ResolvedProperty.segment()Returns the value of thesegmentrecord component.PropertyPath.Segment.withoutLastKey()Return a new segment instance with the same name, but dropping the last key.Methods in org.springframework.beans that return types with arguments of type PropertyPath.SegmentModifier and TypeMethodDescriptionPropertyPath.segments()Return the segments of this path, in order, as an unmodifiable list.Methods in org.springframework.beans with parameters of type PropertyPath.SegmentModifier and TypeMethodDescriptionAbstractNestablePropertyAccessor.getPropertyValue(PropertyPath.Segment segment) protected voidAbstractNestablePropertyAccessor.setPropertyValue(PropertyPath.Segment segment, PropertyValue pv) Constructors in org.springframework.beans with parameters of type PropertyPath.SegmentModifierConstructorDescriptionprotectedResolvedProperty(AbstractNestablePropertyAccessor accessor, PropertyPath.Segment segment) Creates an instance of aResolvedPropertyrecord class.