Skip navigation links
A B C E F G H I L O P R S T V 

A

ANNOTATION_TYPE - Static variable in class org.kolobok.annotation.processor.BuildNumberAnnotationProcessor
 
ANNOTATION_TYPE - Static variable in class org.kolobok.annotation.processor.CompileTimeAnnotationProcessor
 
ANNOTATION_TYPE - Static variable in class org.kolobok.annotation.processor.FindWithOptionalParamsAnnotationProcessor
 

B

BuildNumber - Annotation Type in org.kolobok.annotation
Annotation for marking Long/long/Integer/int/String fields that should contain build number.
BuildNumberAnnotationProcessor - Class in org.kolobok.annotation.processor
Annotation processor that inits String/long/Long/int/Integer fields inside a class with build number.
BuildNumberAnnotationProcessor() - Constructor for class org.kolobok.annotation.processor.BuildNumberAnnotationProcessor
 

C

CompileTime - Annotation Type in org.kolobok.annotation
Annotation for marking long/Long fields that should contain information about compilation time.
CompileTimeAnnotationProcessor - Class in org.kolobok.annotation.processor
Annotation processor that inits long/Long fields inside a class with compilation time (in ms).
CompileTimeAnnotationProcessor() - Constructor for class org.kolobok.annotation.processor.CompileTimeAnnotationProcessor
 

E

equals(Object) - Method in class org.kolobok.annotation.processor.RepoMethod
 
equals(Object) - Method in class org.kolobok.annotation.processor.RepoMethod.Part
 

F

FindWithOptionalParams - Annotation Type in org.kolobok.annotation
Annotation for marking methods in Spring repositories interfaces which should to find entities by optional params.
FindWithOptionalParamsAnnotationProcessor - Class in org.kolobok.annotation.processor
Annotation processor that makes find methods in Spring repository to find entities with optional params.
FindWithOptionalParamsAnnotationProcessor() - Constructor for class org.kolobok.annotation.processor.FindWithOptionalParamsAnnotationProcessor
 
firstLetterToLowerCase(String) - Method in class org.kolobok.annotation.processor.RepoMethodUtil
Converts first symbol of a string to lower case
firstLetterToUpperCase(String) - Method in class org.kolobok.annotation.processor.RepoMethodUtil
Converts first symbol of a string to upper case

G

generateMethodName(List<RepoMethod.Part>) - Method in class org.kolobok.annotation.processor.RepoMethodUtil
Generates repository find method by parts
getDefaultPrefix() - Method in enum org.kolobok.annotation.processor.RepoMethod.Type
 
getFullExpression() - Method in class org.kolobok.annotation.processor.RepoMethod.Part
 
getGeneratedMethodPrefix() - Method in enum org.kolobok.annotation.processor.RepoMethod.Type
 
getParts() - Method in class org.kolobok.annotation.processor.RepoMethod
 
getPrefixes() - Method in enum org.kolobok.annotation.processor.RepoMethod.Type
 
getPreOperation() - Method in class org.kolobok.annotation.processor.RepoMethod.Part
 
getType() - Method in class org.kolobok.annotation.processor.RepoMethod
 

H

hashCode() - Method in class org.kolobok.annotation.processor.RepoMethod
 
hashCode() - Method in class org.kolobok.annotation.processor.RepoMethod.Part
 

I

init(ProcessingEnvironment) - Method in class org.kolobok.annotation.processor.BuildNumberAnnotationProcessor
 
init(ProcessingEnvironment) - Method in class org.kolobok.annotation.processor.CompileTimeAnnotationProcessor
 
init(ProcessingEnvironment) - Method in class org.kolobok.annotation.processor.FindWithOptionalParamsAnnotationProcessor
 

L

LAST_DOUBLE_PARAM_NAME - Static variable in class org.kolobok.annotation.processor.FindWithOptionalParamsAnnotationProcessor
 

O

org.kolobok.annotation - package org.kolobok.annotation
 
org.kolobok.annotation.processor - package org.kolobok.annotation.processor
 

P

parseMethodName(String) - Method in class org.kolobok.annotation.processor.RepoMethodUtil
 
Part(RepoMethod.Operation, String) - Constructor for class org.kolobok.annotation.processor.RepoMethod.Part
 
Part(String) - Constructor for class org.kolobok.annotation.processor.RepoMethod.Part
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.kolobok.annotation.processor.BuildNumberAnnotationProcessor
Process fields with @BuildNumber
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.kolobok.annotation.processor.CompileTimeAnnotationProcessor
Process fields with @CompileTime
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.kolobok.annotation.processor.FindWithOptionalParamsAnnotationProcessor
Process spring data repository interfaces with methods annotated with @FindWithOptionalParams

R

RepoMethod - Class in org.kolobok.annotation.processor
Descriptor for Spring repository class method (e.g.
RepoMethod() - Constructor for class org.kolobok.annotation.processor.RepoMethod
 
RepoMethod(RepoMethod.Type, RepoMethod.Part[]) - Constructor for class org.kolobok.annotation.processor.RepoMethod
 
RepoMethod.Operation - Enum in org.kolobok.annotation.processor
Type of operation between parts (And/Or)
RepoMethod.Part - Class in org.kolobok.annotation.processor
Part of find method (field with operation before field)
RepoMethod.Type - Enum in org.kolobok.annotation.processor
Type of find method
RepoMethodUtil - Class in org.kolobok.annotation.processor
 
RepoMethodUtil() - Constructor for class org.kolobok.annotation.processor.RepoMethodUtil
 

S

SEPARATOR_PATTERN - Static variable in class org.kolobok.annotation.processor.RepoMethodUtil
 
SEPARATOR_REGEXP - Static variable in class org.kolobok.annotation.processor.RepoMethodUtil
 
setParts(RepoMethod.Part[]) - Method in class org.kolobok.annotation.processor.RepoMethod
 
setType(RepoMethod.Type) - Method in class org.kolobok.annotation.processor.RepoMethod
 

T

toString() - Method in class org.kolobok.annotation.processor.RepoMethod.Part
 
toString() - Method in class org.kolobok.annotation.processor.RepoMethod
 

V

valueOf(String) - Static method in enum org.kolobok.annotation.processor.RepoMethod.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kolobok.annotation.processor.RepoMethod.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.kolobok.annotation.processor.RepoMethod.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kolobok.annotation.processor.RepoMethod.Type
Returns an array containing the constants of this enum type, in the order they are declared.
A B C E F G H I L O P R S T V 
Skip navigation links

Copyright © 2020. All Rights Reserved.