Class SinglePropertyComparator<T,P>

java.lang.Object
com.atlassian.bamboo.util.comparator.SinglePropertyComparator<T,P>
All Implemented Interfaces:
Comparator<T>
Direct Known Subclasses:
StringPropertyComparator

public class SinglePropertyComparator<T,P> extends Object implements Comparator<T>
Author:
Krystian Brazulewicz
  • Constructor Details

    • SinglePropertyComparator

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