
com.worldline.sips.helper.AlphabeticalReflectionToStringBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.commerce.payment.method.mercanet
Show all versions of com.liferay.commerce.payment.method.mercanet
Liferay Commerce Payment Method Mercanet
package com.worldline.sips.helper;
import org.apache.commons.lang3.builder.ToStringStyle;
public class AlphabeticalReflectionToStringBuilder extends SortedReflectionToStringBuilder {
public AlphabeticalReflectionToStringBuilder(Object object, ToStringStyle style) {
super(object, style);
setComparator(new AlphabeticalFieldComparator());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy