- _build() - Method in class com.buckosoft.PicMan.business.mosaic.engine.FirstRibbon
-
- _build() - Method in class com.buckosoft.PicMan.business.mosaic.engine.FourthRibbon
-
- _build() - Method in class com.buckosoft.PicMan.business.mosaic.engine.HSVRibbon
-
- _build() - Method in class com.buckosoft.PicMan.business.mosaic.engine.SampleMaker
-
- _build() - Method in class com.buckosoft.PicMan.business.mosaic.engine.SecondRibbon
-
- _build() - Method in class com.buckosoft.PicMan.business.mosaic.engine.ThirdRibbon
-
- _build() - Method in class com.buckosoft.PicMan.business.mosaic.engine.VectorRibbon
-
- _build() - Method in class com.buckosoft.PicMan.business.mosaic.MosaicEngine
-
- _delegateDeserializer - Variable in class com.buckosoft.PicMan.service.support.KeyValueMapDeserializer
-
Deserializer that is used iff delegate-based creator is to be used for
deserializing from JSON Object.
- _deserializeUsingCreator(JsonParser, DeserializationContext) - Method in class com.buckosoft.PicMan.service.support.KeyValueMapDeserializer
-
- _dynamicValueSerializers - Variable in class com.buckosoft.PicMan.service.support.KeyValueMapSerializer
-
If value type can not be statically determined, mapping from runtime
value types to serializers are stored in this object.
- _findAndAddDynamic(PropertySerializerMap, Class<?>, SerializerProvider) - Method in class com.buckosoft.PicMan.service.support.KeyValueMapSerializer
-
- _findAndAddDynamic(PropertySerializerMap, JavaType, SerializerProvider) - Method in class com.buckosoft.PicMan.service.support.KeyValueMapSerializer
-
- _hasDefaultCreator - Variable in class com.buckosoft.PicMan.service.support.KeyValueMapDeserializer
-
- _ignorableProperties - Variable in class com.buckosoft.PicMan.service.support.KeyValueMapDeserializer
-
- _ignoredEntries - Variable in class com.buckosoft.PicMan.service.support.KeyValueMapSerializer
-
Set of entries to omit during serialization, if any
- _isDefaultKeyDeserializer(<any>) - Method in class com.buckosoft.PicMan.service.support.KeyValueMapDeserializer
-
- _isStdKeyDeser(JavaType, <any>) - Method in class com.buckosoft.PicMan.service.support.KeyValueMapDeserializer
-
Helper method used to check whether we can just use the default key
deserialization, where JSON String becomes Java String.
- _keyDeserializer - Variable in class com.buckosoft.PicMan.service.support.KeyValueMapDeserializer
-
- _keySerializer - Variable in class com.buckosoft.PicMan.service.support.KeyValueMapSerializer
-
Key serializer to use, if it can be statically determined
- _keyType - Variable in class com.buckosoft.PicMan.service.support.KeyValueMapSerializer
-
Declared type of keys
- _keyTypeSerializer - Variable in class com.buckosoft.PicMan.service.support.KeyValueMapSerializer
-
Type identifier serializer used for keys, if any.
- _makeContact() - Method in class com.buckosoft.PicMan.business.contact.ContactEngine
-
- _makeContact() - Method in class com.buckosoft.PicMan.business.contact.engine.QuadrantSets
-
Make a contact sheet based on the setup.
- _makeContact() - Method in class com.buckosoft.PicMan.business.contact.engine.Ribbon
-
Make a contact sheet based on the setup.
- _makeContact() - Method in class com.buckosoft.PicMan.business.contact.engine.SequentialSets
-
Make a contact sheet based on the setup.
- _makeContact() - Method in class com.buckosoft.PicMan.business.contact.PosterEngine
-
- _mapType - Variable in class com.buckosoft.PicMan.service.support.KeyValueMapDeserializer
-
- _orderEntries(Map<?, ?>) - Method in class com.buckosoft.PicMan.service.support.KeyValueMapSerializer
-
- _property - Variable in class com.buckosoft.PicMan.service.support.KeyValueMapSerializer
-
Map-valued property being serialized with this instance
- _propertyBasedCreator - Variable in class com.buckosoft.PicMan.service.support.KeyValueMapDeserializer
-
If the Map is to be instantiated using non-default constructor or factory
method that takes one or more named properties as argument(s), this
creator is used for instantiation.
- _readAndBind(JsonParser, DeserializationContext, Map<Object, Object>) - Method in class com.buckosoft.PicMan.service.support.KeyValueMapDeserializer
-
- _readAndBindStringMap(JsonParser, DeserializationContext, Map<Object, Object>) - Method in class com.buckosoft.PicMan.service.support.KeyValueMapDeserializer
-
Optimized method used when keys can be deserialized as plain old
String
s, and there is no custom deserialized specified.
- _standardStringKey - Variable in class com.buckosoft.PicMan.service.support.KeyValueMapDeserializer
-
Flag set to indicate that the key type is String
(or
Object
, for which String is acceptable), and
that the default Jackson key deserializer would be used.
- _valueDeserializer - Variable in class com.buckosoft.PicMan.service.support.KeyValueMapDeserializer
-
Value deserializer.
- _valueInstantiator - Variable in class com.buckosoft.PicMan.service.support.KeyValueMapDeserializer
-
- _valueSerializer - Variable in class com.buckosoft.PicMan.service.support.KeyValueMapSerializer
-
Value serializer to use, if it can be statically determined
- _valueType - Variable in class com.buckosoft.PicMan.service.support.KeyValueMapSerializer
-
Declared type of contained values
- _valueTypeDeserializer - Variable in class com.buckosoft.PicMan.service.support.KeyValueMapDeserializer
-
If value instances have polymorphic type information, this is the type
deserializer that can handle it
- _valueTypeIsStatic - Variable in class com.buckosoft.PicMan.service.support.KeyValueMapSerializer
-
Whether static types should be used for serialization of values or not
(if not, dynamic runtime type is used)
- _valueTypeSerializer - Variable in class com.buckosoft.PicMan.service.support.KeyValueMapSerializer
-
Type identifier serializer used for values, if any.
- _withValueTypeSerializer(TypeSerializer) - Method in class com.buckosoft.PicMan.service.support.KeyValueMapSerializer
-