privatestaticfinalStringREAD_CONVERTER_NOT_SIMPLE="Registering converter from %s to %s as reading converter although it doesn't convert from a store-supported type! You might wanna check you annotation setup at the converter implementation.";
privatestaticfinalStringWRITE_CONVERTER_NOT_SIMPLE="Registering converter from %s to %s as writing converter although it doesn't convert to a store-supported type! You might wanna check you annotation setup at the converter implementation.";
privatestaticfinalStringREAD_CONVERTER_NOT_SIMPLE="Registering converter from %s to %s as reading converter although it doesn't convert from a store-supported type! You might want to check you annotation setup at the converter implementation.";
privatestaticfinalStringWRITE_CONVERTER_NOT_SIMPLE="Registering converter from %s to %s as writing converter although it doesn't convert to a store-supported type! You might want to check you annotation setup at the converter implementation.";
privatestaticfinalStringNOT_A_CONVERTER="Converter %s is neither a Spring Converter, GenericConverter or ConverterFactory!";
@ -50,8 +50,8 @@ public class PagedResourcesAssemblerArgumentResolver implements HandlerMethodArg
@@ -50,8 +50,8 @@ public class PagedResourcesAssemblerArgumentResolver implements HandlerMethodArg
privatestaticfinalStringSUPERFLOUS_QUALIFIER="Found qualified {} parameter, but a unique unqualified {} parameter. Using that one, but you might wanna check your controller method configuration!";
privatestaticfinalStringPARAMETER_AMBIGUITY="Discovered muliple parameters of type Pageable but no qualifier annotations to disambiguate!";
privatestaticfinalStringSUPERFLOUS_QUALIFIER="Found qualified {} parameter, but a unique unqualified {} parameter. Using that one, but you might want to check your controller method configuration!";
privatestaticfinalStringPARAMETER_AMBIGUITY="Discovered multiple parameters of type Pageable but no qualifier annotations to disambiguate!";