Uses of Enum Class
io.mateu.dtos.BindingSourceDto
-
Uses of BindingSourceDto in io.mateu.dtos
Methods in io.mateu.dtos that return BindingSourceDtoModifier and TypeMethodDescriptionBindingDto.source()Returns the value of thesourcerecord component.static BindingSourceDtoReturns the enum constant of this class with the specified name.static BindingSourceDto[]BindingSourceDto.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.mateu.dtos with parameters of type BindingSourceDtoModifierConstructorDescriptionBindingDto(BindingSourceDto source, String propertyId) Creates an instance of aBindingDtorecord class.