Class ClassMetaData

    • Method Detail

      • asDescriptor

        public ClassDescriptorImpl asDescriptor​(boolean defaultGroupSequenceRedefined,
                                                List<Class<?>> defaultGroupSequence)
        Description copied from interface: ConstraintMetaData
        Returns this meta data object's corresponding representation in the descriptor model.
        Parameters:
        defaultGroupSequenceRedefined - Whether the bean hosting the represented element has a redefined default group sequence or not.
        defaultGroupSequence - The default group sequence of the bean hosting the represented element.
        Returns:
        This meta data object's corresponding descriptor model representation. Implementations should return a specific sub type of ElementDescriptor.