Class SinglePropertyComparator<T,​P>

    • Constructor Detail

      • SinglePropertyComparator

        public SinglePropertyComparator​(@NotNull
                                        @NotNull Class<T> beanClass,
                                        @NotNull
                                        @NotNull String propertyName,
                                        @NotNull
                                        @NotNull Class<P> propertyReturnType,
                                        @Nullable
                                        @Nullable Comparator<P> propertyComparator)