Skip navigation links
A B C D E F G I M N P R S T V 

A

AbstractRepeatedFieldMessageBuilder(P, Descriptors.FieldDescriptor) - Constructor for class com.github.protobufel.el.ProtoLists.AbstractRepeatedFieldMessageBuilder
 
add() - Method in class com.github.protobufel.el.ProtoLists.AbstractRepeatedFieldMessageBuilder
 
add(MessageOrBuilder) - Method in class com.github.protobufel.el.ProtoLists.AbstractRepeatedFieldMessageBuilder
 
add(int, MessageOrBuilder) - Method in class com.github.protobufel.el.ProtoLists.AbstractRepeatedFieldMessageBuilder
 
add() - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedFieldMessageBuilder
 
add(MessageOrBuilder) - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedFieldMessageBuilder
 
add(int, MessageOrBuilder) - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedFieldMessageBuilder
 
add() - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedFieldValueBuilder
 
add(T) - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedFieldValueBuilder
 
add(int, T) - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedFieldValueBuilder
 
add() - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedList
 
add() - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedMessageOrBuilderList
 
add() - Method in class com.github.protobufel.el.ProtoLists.RepeatedFieldValueBuilder
 
add(E) - Method in class com.github.protobufel.el.ProtoLists.RepeatedFieldValueBuilder
 
add(int, E) - Method in class com.github.protobufel.el.ProtoLists.RepeatedFieldValueBuilder
 
addAll(Collection<? extends MessageOrBuilder>) - Method in class com.github.protobufel.el.ProtoLists.AbstractRepeatedFieldMessageBuilder
 
addAll(Collection<? extends MessageOrBuilder>) - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedFieldMessageBuilder
 
addAll(Collection<? extends T>) - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedFieldValueBuilder
 
addAll(Collection<? extends E>) - Method in class com.github.protobufel.el.ProtoLists.RepeatedFieldValueBuilder
 
addBeanInfoSearchPath(String[]) - Method in class com.github.protobufel.el.BeanELResolverEx
 
addBuilder(int, Message.Builder) - Method in class com.github.protobufel.el.ProtoLists.AbstractRepeatedFieldMessageBuilder
 
addBuilder(int, Message.Builder) - Method in class com.github.protobufel.el.ProtoLists.DynamicRepeatedFieldMessageBuilder
 
addBuilder(P, int, Message.Builder) - Method in class com.github.protobufel.el.ProtoLists.GeneratedBuilderReflectionSupport
 
addBuilder(int, Message.Builder) - Method in class com.github.protobufel.el.ProtoLists.GeneratedRepeatedFieldMessageBuilder
 
addBuilder(P, int, Message.Builder) - Method in interface com.github.protobufel.el.ProtoLists.IGeneratedBuilderReflectionSupport
 
addELResolver(ELResolver) - Method in class com.github.protobufel.el.ELContextEx
 
addMessage(int, Message) - Method in class com.github.protobufel.el.ProtoLists.AbstractRepeatedFieldMessageBuilder
 
addMessage(int, Message) - Method in class com.github.protobufel.el.ProtoLists.DynamicRepeatedFieldMessageBuilder
 
addMessage(P, int, Message) - Method in class com.github.protobufel.el.ProtoLists.GeneratedBuilderReflectionSupport
 
addMessage(int, Message) - Method in class com.github.protobufel.el.ProtoLists.GeneratedRepeatedFieldMessageBuilder
 
addMessage(P, int, Message) - Method in interface com.github.protobufel.el.ProtoLists.IGeneratedBuilderReflectionSupport
 

B

BeanELResolverEx - Class in com.github.protobufel.el
A BeanELResolver with advanced handling of the bean's overloaded methods.
BeanELResolverEx() - Constructor for class com.github.protobufel.el.BeanELResolverEx
 
BeanELResolverEx(Comparator<Method>) - Constructor for class com.github.protobufel.el.BeanELResolverEx
 
BeanELResolverEx.StaticMethodCompareStrategy - Enum in com.github.protobufel.el
 
BeanELResolverEx.SuitableMethodComparator - Class in com.github.protobufel.el
 
BuilderELResolver - Class in com.github.protobufel.el
ProtoBuf Builder ELResolver, like MapELResolver with field name or FieldDescriptor as a key.
BuilderELResolver() - Constructor for class com.github.protobufel.el.BuilderELResolver
 
BuilderELResolver(boolean) - Constructor for class com.github.protobufel.el.BuilderELResolver
 
BuilderELResolver(boolean, boolean) - Constructor for class com.github.protobufel.el.BuilderELResolver
 

C

changedIndex - Variable in class com.github.protobufel.el.ProtoLists.RepeatedFieldValueBuilder
 
clear() - Method in class com.github.protobufel.el.ProtoLists.AbstractRepeatedFieldMessageBuilder
 
clear() - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedFieldMessageBuilder
 
clear() - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedFieldValueBuilder
 
clear() - Method in class com.github.protobufel.el.ProtoLists.RepeatedFieldValueBuilder
 
com.github.protobufel.el - package com.github.protobufel.el
Enables the ProtoBuf Messages and Builders in JSR-341 EL 3.0 language.
compare(Method, Method) - Method in class com.github.protobufel.el.BeanELResolverEx.SuitableMethodComparator
 
compareAfterParameters(Method, Method) - Method in enum com.github.protobufel.el.BeanELResolverEx.StaticMethodCompareStrategy
 
compareBeforeParameters(Method, Method) - Method in enum com.github.protobufel.el.BeanELResolverEx.StaticMethodCompareStrategy
 
convertToType(ELContext, Object, Class<?>) - Method in class com.github.protobufel.el.ProtoBeanUtils.FieldDescriptorConverter
 

D

DEFAULT_SUITABLE_METHOD_COMPARATOR - Static variable in class com.github.protobufel.el.BeanELResolverEx
 
DynamicRepeatedFieldMessageBuilder(ProtoInterfaces.IBuilder2, Descriptors.FieldDescriptor) - Constructor for class com.github.protobufel.el.ProtoLists.DynamicRepeatedFieldMessageBuilder
 

E

ELContextEx - Class in com.github.protobufel.el
A customized ELContext to be set on StandardELContext.
ELContextEx(ExpressionFactory) - Constructor for class com.github.protobufel.el.ELContextEx
 
elementBuilderType - Variable in class com.github.protobufel.el.ProtoLists.AbstractRepeatedFieldMessageBuilder
 
ELProcessorEx - Class in com.github.protobufel.el
An extended ELProcessor that uses the advanced BeanELResolverEx.
ELProcessorEx() - Constructor for class com.github.protobufel.el.ELProcessorEx
 
ELSupport - Class in com.github.protobufel.el
Useful utility methods, taken from javax.el package in the modified and unmodified form.
ELUtil - Class in com.github.protobufel.el
EL Utilities.

F

field - Variable in class com.github.protobufel.el.ProtoLists.GeneratedBuilderReflectionSupport
 
field - Variable in class com.github.protobufel.el.ProtoLists.RepeatedFieldValueBuilder
 
FieldDescriptorConverter() - Constructor for class com.github.protobufel.el.ProtoBeanUtils.FieldDescriptorConverter
 
findBeanInfoCandidate(int, String, MethodDescriptor[], boolean) - Method in class com.github.protobufel.el.BeanELResolverEx
 
findBeanInfoCandidate(int, String, Map<String, List<MethodDescriptor>>, boolean) - Method in class com.github.protobufel.el.BeanELResolverEx
 
findMethod(Class<?>, String, Class<?>[], Object[], boolean) - Method in class com.github.protobufel.el.BeanELResolverEx
 
findMethod(String, Class<?>[], Object[], boolean, MethodDescriptor[]) - Method in class com.github.protobufel.el.BeanELResolverEx
 
findMethod(String, Class<?>[], Object[], boolean, Map<String, List<MethodDescriptor>>) - Method in class com.github.protobufel.el.BeanELResolverEx
 
findMethodOrThrow(String, Class<?>[], Object[], boolean, MethodDescriptor[]) - Method in class com.github.protobufel.el.BeanELResolverEx
 
findMethodOrThrow(String, Class<?>[], Object[], boolean, Map<String, List<MethodDescriptor>>) - Method in class com.github.protobufel.el.BeanELResolverEx
 
findMethodOrThrow(Class<?>, String, Class<?>[], Object[], boolean) - Method in class com.github.protobufel.el.BeanELResolverEx
 

G

GeneratedBuilderReflectionSupport(Class<P>, Descriptors.FieldDescriptor) - Constructor for class com.github.protobufel.el.ProtoLists.GeneratedBuilderReflectionSupport
 
GeneratedRepeatedFieldMessageBuilder(P, Descriptors.FieldDescriptor) - Constructor for class com.github.protobufel.el.ProtoLists.GeneratedRepeatedFieldMessageBuilder
 
get(int) - Method in class com.github.protobufel.el.ProtoLists.AbstractRepeatedFieldMessageBuilder
 
get(int) - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedFieldMessageBuilder
 
get(int) - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedFieldValueBuilder
 
get(int) - Method in class com.github.protobufel.el.ProtoLists.RepeatedFieldValueBuilder
 
get() - Method in interface com.github.protobufel.el.ReflectionUtil.IDecorator
 
getBeanInfo(Object, String...) - Method in class com.github.protobufel.el.BeanELResolverEx
 
getBuilder(int) - Method in class com.github.protobufel.el.ProtoLists.AbstractRepeatedFieldMessageBuilder
 
getBuilder(int) - Method in class com.github.protobufel.el.ProtoLists.DynamicRepeatedFieldMessageBuilder
 
getBuilder(P, int) - Method in class com.github.protobufel.el.ProtoLists.GeneratedBuilderReflectionSupport
 
getBuilder(int) - Method in class com.github.protobufel.el.ProtoLists.GeneratedRepeatedFieldMessageBuilder
 
getBuilder(P, int) - Method in interface com.github.protobufel.el.ProtoLists.IGeneratedBuilderReflectionSupport
 
getBuilderForRepeatedAttribute(Message.Builder, Descriptors.FieldDescriptor) - Static method in class com.github.protobufel.el.ProtoLists
 
getBuilderForRepeatedChild(Message.Builder, Descriptors.FieldDescriptor) - Static method in class com.github.protobufel.el.ProtoLists
 
getBuilderForRepeatedField(Message.Builder, Descriptors.FieldDescriptor) - Static method in class com.github.protobufel.el.ProtoLists
 
getBuilderList(P) - Method in class com.github.protobufel.el.ProtoLists.GeneratedBuilderReflectionSupport
 
getBuilderList(P) - Method in interface com.github.protobufel.el.ProtoLists.IGeneratedBuilderReflectionSupport
 
getBuilders() - Method in class com.github.protobufel.el.ProtoLists.DynamicRepeatedFieldMessageBuilder
 
getBuilders() - Method in class com.github.protobufel.el.ProtoLists.GeneratedRepeatedFieldMessageBuilder
 
getBuilders() - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedFieldMessageBuilder
 
getBuilders() - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedMessageOrBuilderList
 
getChanged(int) - Method in class com.github.protobufel.el.ProtoLists.AbstractRepeatedFieldMessageBuilder
 
getChanged(int) - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedFieldMessageBuilder
 
getChanged(int) - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedFieldValueBuilder
 
getChanged() - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedList
 
getChanged(int) - Method in class com.github.protobufel.el.ProtoLists.RepeatedFieldValueBuilder
 
getChangedIndex() - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedFieldMessageBuilder
 
getChangedIndex() - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedFieldValueBuilder
 
getChangedIndex() - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedList
 
getChangedIndex() - Method in class com.github.protobufel.el.ProtoLists.RepeatedFieldValueBuilder
 
getCommonPropertyType(ELContext, Object) - Method in class com.github.protobufel.el.BuilderELResolver
 
getCommonPropertyType(ELContext, Object) - Method in class com.github.protobufel.el.RepeatedFieldBuilderELResolver
 
getElementBuilderType() - Method in class com.github.protobufel.el.ProtoLists.AbstractRepeatedFieldMessageBuilder
 
getElementBuilderType() - Method in class com.github.protobufel.el.ProtoLists.GeneratedBuilderReflectionSupport
 
getElementBuilderType() - Method in interface com.github.protobufel.el.ProtoLists.IGeneratedBuilderReflectionSupport
 
getElementMessageType() - Method in class com.github.protobufel.el.ProtoLists.AbstractRepeatedFieldMessageBuilder
 
getElementMessageType() - Method in class com.github.protobufel.el.ProtoLists.GeneratedBuilderReflectionSupport
 
getElementMessageType() - Method in interface com.github.protobufel.el.ProtoLists.IGeneratedBuilderReflectionSupport
 
getELResolver() - Method in class com.github.protobufel.el.ELContextEx
 
getFeatureDescriptors(ELContext, Object) - Method in class com.github.protobufel.el.BuilderELResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class com.github.protobufel.el.RepeatedFieldBuilderELResolver
 
getFieldClass(Descriptors.FieldDescriptor, boolean) - Static method in class com.github.protobufel.el.ProtoLists
 
getFieldDescriptor() - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedFieldValueBuilder
 
getFieldDescriptor() - Method in class com.github.protobufel.el.ProtoLists.RepeatedFieldValueBuilder
 
getFunctionMapper() - Method in class com.github.protobufel.el.ELContextEx
 
getGeneratedMethod(Class<P>, Descriptors.FieldDescriptor, String, String, Class<?>...) - Method in class com.github.protobufel.el.ProtoLists.GeneratedBuilderReflectionSupport
 
getLast() - Method in class com.github.protobufel.el.ProtoLists.AbstractRepeatedFieldMessageBuilder
 
getLast() - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedFieldMessageBuilder
 
getLast() - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedFieldValueBuilder
 
getLast() - Method in class com.github.protobufel.el.ProtoLists.RepeatedFieldValueBuilder
 
getList() - Method in class com.github.protobufel.el.ProtoLists.AbstractRepeatedFieldMessageBuilder
 
getList() - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedFieldMessageBuilder
 
getList() - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedFieldValueBuilder
 
getList() - Method in class com.github.protobufel.el.ProtoLists.RepeatedFieldValueBuilder
 
getMessage(int) - Method in class com.github.protobufel.el.ProtoLists.AbstractRepeatedFieldMessageBuilder
 
getMessage(int) - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedFieldMessageBuilder
 
getMessages() - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedMessageOrBuilderList
 
getMethodAddBuilder() - Method in class com.github.protobufel.el.ProtoLists.GeneratedBuilderReflectionSupport
 
getMethodAddMessage() - Method in class com.github.protobufel.el.ProtoLists.GeneratedBuilderReflectionSupport
 
getMethodBuilderList() - Method in class com.github.protobufel.el.ProtoLists.GeneratedBuilderReflectionSupport
 
getMethodDescriptors(ELContext, Object, String...) - Method in class com.github.protobufel.el.BeanELResolverEx
 
getMethodGetBuilder() - Method in class com.github.protobufel.el.ProtoLists.GeneratedBuilderReflectionSupport
 
getMethodRemove() - Method in class com.github.protobufel.el.ProtoLists.GeneratedBuilderReflectionSupport
 
getMethodSetBuilder() - Method in class com.github.protobufel.el.ProtoLists.GeneratedBuilderReflectionSupport
 
getParent() - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedFieldValueBuilder
 
getParent() - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedList
 
getParent() - Method in class com.github.protobufel.el.ProtoLists.RepeatedFieldValueBuilder
 
getPropertyFieldDescriptor(MessageOrBuilder, Object) - Method in class com.github.protobufel.el.BuilderELResolver
 
getSafeBuilder(Message.Builder) - Method in class com.github.protobufel.el.ProtoLists.AbstractRepeatedFieldMessageBuilder
 
getType(ELContext, Object, Object) - Method in class com.github.protobufel.el.BuilderELResolver
 
getType() - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedFieldValueBuilder
 
getType() - Method in class com.github.protobufel.el.ProtoLists.RepeatedFieldValueBuilder
 
getType(ELContext, Object, Object) - Method in class com.github.protobufel.el.RepeatedFieldBuilderELResolver
 
getValue(ELContext, Object, Object) - Method in class com.github.protobufel.el.BuilderELResolver
 
getValue(ELContext, Object, Object) - Method in class com.github.protobufel.el.MessageELResolver
 
getValue(ELContext, Object, Object) - Method in class com.github.protobufel.el.RepeatedFieldBuilderELResolver
 
getVariableMapper() - Method in class com.github.protobufel.el.ELContextEx
 
getWrapper(T, Class<I>, E, boolean) - Static method in class com.github.protobufel.el.ReflectionUtil
 

I

invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class com.github.protobufel.el.BeanELResolverEx
Invokes the method considering the base's BeanInfo class' MethodDescriptors.
invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class com.github.protobufel.el.BuilderELResolver
 
invoke(String, Object...) - Method in interface com.github.protobufel.el.ReflectionUtil.Invocable
 
invokeIfBeanInfoOnly(ELContext, Object, Object, Class<?>[], Object[]) - Method in class com.github.protobufel.el.BeanELResolverEx
 
invokeIfBeanInfoOnly(ELContext, Object, Object, Class<?>[], Object[], Map<String, List<MethodDescriptor>>) - Method in class com.github.protobufel.el.BeanELResolverEx
 
invokeMethod(ELContext, Method, Object, Object[]) - Static method in class com.github.protobufel.el.ELUtil
 
invokeMethod(Method, Object, Object...) - Method in class com.github.protobufel.el.ProtoLists.GeneratedBuilderReflectionSupport
 
invokeOnInterface(ELContext, Class<?>, Object, Object, Class<?>[], Object[]) - Method in class com.github.protobufel.el.BeanELResolverEx
 
isApplicable(Object, Method, Object[]) - Method in interface com.github.protobufel.el.ReflectionUtil.ConditionalInvocationHandler
 
isMethodCandidate(Method, String, T[], boolean, boolean) - Method in class com.github.protobufel.el.BeanELResolverEx
 
isReadOnly(ELContext, Object, Object) - Method in class com.github.protobufel.el.BuilderELResolver
 
isReadOnly(ELContext, Object, Object) - Method in class com.github.protobufel.el.RepeatedFieldBuilderELResolver
 

M

MessageELResolver - Class in com.github.protobufel.el
ProtoBuf Message ELResolver.
MessageELResolver() - Constructor for class com.github.protobufel.el.MessageELResolver
 
MessageELResolver(boolean) - Constructor for class com.github.protobufel.el.MessageELResolver
 

N

newInstance() - Method in class com.github.protobufel.el.ProtoLists.AbstractRepeatedFieldMessageBuilder
 
newInstance() - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedFieldMessageBuilder
 
newInstance() - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedFieldValueBuilder
 
newInstance() - Method in class com.github.protobufel.el.ProtoLists.RepeatedFieldValueBuilder
 
newInstance() - Method in interface com.github.protobufel.el.ReflectionUtil.IDecorator
 

P

parent - Variable in class com.github.protobufel.el.ProtoLists.RepeatedFieldValueBuilder
 
parentClass - Variable in class com.github.protobufel.el.ProtoLists.GeneratedBuilderReflectionSupport
 
ProtoBeanUtils - Class in com.github.protobufel.el
ProtoBuf EL Utilities.
ProtoBeanUtils.FieldDescriptorConverter - Class in com.github.protobufel.el
A FieldDescriptor TypeConverter.
ProtoELProcessorEx - Class in com.github.protobufel.el
An ELProcessor enabling ProtoBuf Messages and Builders.
ProtoELProcessorEx() - Constructor for class com.github.protobufel.el.ProtoELProcessorEx
 
ProtoLists - Class in com.github.protobufel.el
Support for EL-friendly ProtoBuf Attribute/Builder/Message Lists.
ProtoLists.AbstractRepeatedFieldMessageBuilder<P extends com.google.protobuf.Message.Builder> - Class in com.github.protobufel.el
 
ProtoLists.DynamicRepeatedFieldMessageBuilder - Class in com.github.protobufel.el
 
ProtoLists.GeneratedBuilderReflectionSupport<P extends com.google.protobuf.GeneratedMessage.Builder<P>> - Class in com.github.protobufel.el
 
ProtoLists.GeneratedRepeatedFieldMessageBuilder<P extends com.google.protobuf.GeneratedMessage.Builder<P>> - Class in com.github.protobufel.el
 
ProtoLists.IGeneratedBuilderReflectionSupport<P extends com.google.protobuf.GeneratedMessage.Builder<P>> - Interface in com.github.protobufel.el
 
ProtoLists.IRepeatedFieldMessageBuilder - Interface in com.github.protobufel.el
 
ProtoLists.IRepeatedFieldValueBuilder<T> - Interface in com.github.protobufel.el
 
ProtoLists.IRepeatedList<T> - Interface in com.github.protobufel.el
 
ProtoLists.IRepeatedMessageOrBuilderList<T extends com.google.protobuf.MessageOrBuilder> - Interface in com.github.protobufel.el
 
ProtoLists.RepeatedFieldValueBuilder<P extends com.google.protobuf.Message.Builder,E> - Class in com.github.protobufel.el
 

R

ReflectionUtil - Class in com.github.protobufel.el
EL Reflection Utilities.
ReflectionUtil.ConditionalInvocationHandler - Interface in com.github.protobufel.el
 
ReflectionUtil.IDecorator<T,I> - Interface in com.github.protobufel.el
 
ReflectionUtil.Invocable - Interface in com.github.protobufel.el
 
remove(int) - Method in class com.github.protobufel.el.ProtoLists.AbstractRepeatedFieldMessageBuilder
 
remove(int) - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedFieldMessageBuilder
 
remove(int) - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedFieldValueBuilder
 
remove(int) - Method in class com.github.protobufel.el.ProtoLists.RepeatedFieldValueBuilder
 
removeElement(int) - Method in class com.github.protobufel.el.ProtoLists.AbstractRepeatedFieldMessageBuilder
 
removeElement(int) - Method in class com.github.protobufel.el.ProtoLists.DynamicRepeatedFieldMessageBuilder
 
removeElement(P, int) - Method in class com.github.protobufel.el.ProtoLists.GeneratedBuilderReflectionSupport
 
removeElement(int) - Method in class com.github.protobufel.el.ProtoLists.GeneratedRepeatedFieldMessageBuilder
 
removeElement(P, int) - Method in interface com.github.protobufel.el.ProtoLists.IGeneratedBuilderReflectionSupport
 
RepeatedFieldBuilderELResolver - Class in com.github.protobufel.el
A ProtoBuf RepeatedFieldBuilder ELResolver, similar to ListELResolver and ArrayELResolver.
RepeatedFieldBuilderELResolver() - Constructor for class com.github.protobufel.el.RepeatedFieldBuilderELResolver
 
RepeatedFieldBuilderELResolver(boolean) - Constructor for class com.github.protobufel.el.RepeatedFieldBuilderELResolver
 
RepeatedFieldValueBuilder(P, Descriptors.FieldDescriptor) - Constructor for class com.github.protobufel.el.ProtoLists.RepeatedFieldValueBuilder
 
resolveType(Object) - Method in class com.github.protobufel.el.BuilderELResolver
 
resolveType(Object) - Method in class com.github.protobufel.el.MessageELResolver
 

S

set(int, MessageOrBuilder) - Method in class com.github.protobufel.el.ProtoLists.AbstractRepeatedFieldMessageBuilder
 
set(int, MessageOrBuilder) - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedFieldMessageBuilder
 
set(int, T) - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedFieldValueBuilder
 
set(int, MessageOrBuilder) - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedMessageOrBuilderList
 
set(int, E) - Method in class com.github.protobufel.el.ProtoLists.RepeatedFieldValueBuilder
 
setBuilder(int, Message.Builder) - Method in class com.github.protobufel.el.ProtoLists.AbstractRepeatedFieldMessageBuilder
 
setBuilder(int, Message.Builder) - Method in class com.github.protobufel.el.ProtoLists.DynamicRepeatedFieldMessageBuilder
 
setBuilder(P, int, Message.Builder) - Method in class com.github.protobufel.el.ProtoLists.GeneratedBuilderReflectionSupport
 
setBuilder(int, Message.Builder) - Method in class com.github.protobufel.el.ProtoLists.GeneratedRepeatedFieldMessageBuilder
 
setBuilder(P, int, Message.Builder) - Method in interface com.github.protobufel.el.ProtoLists.IGeneratedBuilderReflectionSupport
 
setDelegate(T) - Method in interface com.github.protobufel.el.ReflectionUtil.IDecorator
 
setValue(ELContext, Object, Object, Object) - Method in class com.github.protobufel.el.BuilderELResolver
 
setValue(ELContext, Object, Object, Object) - Method in class com.github.protobufel.el.RepeatedFieldBuilderELResolver
 
size() - Method in interface com.github.protobufel.el.ProtoLists.IRepeatedFieldValueBuilder
 
size() - Method in class com.github.protobufel.el.ProtoLists.RepeatedFieldValueBuilder
 
SuitableMethodComparator() - Constructor for class com.github.protobufel.el.BeanELResolverEx.SuitableMethodComparator
 
SuitableMethodComparator(BeanELResolverEx.StaticMethodCompareStrategy) - Constructor for class com.github.protobufel.el.BeanELResolverEx.SuitableMethodComparator
 

T

toInteger(Object) - Static method in class com.github.protobufel.el.ELSupport
 

V

valueOf(String) - Static method in enum com.github.protobufel.el.BeanELResolverEx.StaticMethodCompareStrategy
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.protobufel.el.BeanELResolverEx.StaticMethodCompareStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
verifyAndConvertField(Object, Descriptors.FieldDescriptor) - Static method in class com.github.protobufel.el.ProtoLists
 
verifyAndConvertFieldSingleValue(Object, Descriptors.FieldDescriptor) - Static method in class com.github.protobufel.el.ProtoLists
 
verifyAndConvertToMessageIfBuilder(Descriptors.FieldDescriptor, Object) - Static method in class com.github.protobufel.el.ProtoLists
 
A B C D E F G I M N P R S T V 
Skip navigation links