Class LdapParameters
java.lang.Object
org.springframework.data.repository.query.Parameters<LdapParameters, LdapParameters.LdapParameter>
org.springframework.data.ldap.repository.query.LdapParameters
- All Implemented Interfaces:
Iterable<LdapParameters.LdapParameter>, Supplier<Stream<LdapParameters.LdapParameter>>, Streamable<LdapParameters.LdapParameter>
Custom extension of
Parameters discovering additional- Since:
- 3.5
- Author:
- Marcin Grzejszczak
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class -
Field Summary
Fields inherited from class Parameters
TYPES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected LdapParameterscreateFrom(List<LdapParameters.LdapParameter> parameters) Methods inherited from class Parameters
getBindableParameter, getBindableParameters, getDynamicProjectionIndex, getLimitIndex, getNumberOfParameters, getPageableIndex, getParameter, getScoreIndex, getScoreRangeIndex, getScrollPositionIndex, getSortIndex, getVectorIndex, hasDynamicProjection, hasLimitParameter, hasPageableParameter, hasParameterAt, hasScoreParameter, hasScoreRangeParameter, hasScrollPositionParameter, hasSortParameter, hasSpecialParameter, hasVectorParameter, isBindable, iterator, potentiallySortsDynamicallyMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
LdapParameters
- Parameters:
parametersSource- must not be null.
-
-
Method Details
-
createFrom
- Specified by:
createFromin classParameters<LdapParameters, LdapParameters.LdapParameter>
-