Serialized Form


Package jfun.util

Class jfun.util.List extends java.lang.Object implements Serializable

Class jfun.util.Pair extends java.lang.Object implements Serializable

Serialized Fields

_fst

java.lang.Object _fst

_snd

java.lang.Object _snd

Class jfun.util.SerializableConstructor extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException

Class jfun.util.SerializableField extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException

Class jfun.util.SerializableMethod extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException

Package jfun.util.beans

Class jfun.util.beans.Bean extends java.lang.Object implements Serializable

Serialized Fields

obj

java.lang.Object obj

btype

BeanType btype

Class jfun.util.beans.BeanException extends java.lang.RuntimeException implements Serializable

Class jfun.util.beans.BeanPropertyException extends BeanException implements Serializable

Serialized Fields

name

java.lang.String name

type

java.lang.Class<T> type

Class jfun.util.beans.BeanType extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

type

java.lang.Class<T> type

Class jfun.util.beans.NoSuchPropertyException extends BeanPropertyException implements Serializable

Class jfun.util.beans.PropertyNotReadableException extends BeanPropertyException implements Serializable

Class jfun.util.beans.PropertyNotWritableException extends BeanPropertyException implements Serializable


Package jfun.yan

Class jfun.yan.AmbiguousComponentResolutionException extends YanException implements Serializable

Serialized Fields

key

java.lang.Object key

t1

java.lang.Class<T> t1

t2

java.lang.Class<T> t2

Class jfun.yan.Component extends java.lang.Object implements Serializable

Class jfun.yan.ComponentInstantiationException extends YanException implements Serializable

Class jfun.yan.ComponentResolutionException extends YanException implements Serializable

Class jfun.yan.Creator2Component extends Component<T> implements Serializable

Serialized Fields

creator

Creator<T> creator

Class jfun.yan.CyclicDependencyException extends YanException implements Serializable

Class jfun.yan.DecoratingComponent extends DelegatingComponent implements Serializable

Class jfun.yan.DefaultingException extends InternalException implements Serializable

Class jfun.yan.DefaultPropertiesInjector extends java.lang.Object implements Serializable

Serialized Fields

btype

BeanType btype

props

java.util.Set<E> props

Class jfun.yan.DelegatingComponent extends Component implements Serializable

Serialized Fields

cc

Component<T> cc

Class jfun.yan.DelegatingComponentMap extends java.lang.Object implements Serializable

Serialized Fields

cmap

ComponentMap cmap

Class jfun.yan.FilteredPropertiesInjector extends java.lang.Object implements Serializable

Serialized Fields

btype

BeanType btype

filter

MemberPredicate filter

propnames

java.util.Set<E> propnames

Class jfun.yan.IllegalPropertyNameException extends InvalidPropertyException implements Serializable

Class jfun.yan.InternalException extends YanException implements Serializable

Class jfun.yan.InvalidPropertyException extends YanException implements Serializable

Serialized Fields

type

java.lang.Class<T> type

name

java.lang.String name

Class jfun.yan.IrresolveableArgumentException extends UnsatisfiedComponentException implements Serializable

Serialized Fields

num

int num

type

java.lang.Class<T> type

Class jfun.yan.IrresolveablePropertyException extends UnsatisfiedComponentException implements Serializable

Serialized Fields

lkey

java.lang.Object lkey

type

java.lang.Class<T> type

Class jfun.yan.ManualDependency extends java.lang.Object implements Serializable

Serialized Fields

cmap

ComponentMap cmap

ckey

java.lang.Object ckey

Class jfun.yan.NonReadablePropertyException extends InvalidPropertyException implements Serializable

Class jfun.yan.NonWritablePropertyException extends InvalidPropertyException implements Serializable

Class jfun.yan.NullBeanObjectException extends YanException implements Serializable

Class jfun.yan.ParameterEntry extends java.lang.Object implements Serializable

Serialized Fields

f

Function<T> f

pos

int pos

Class jfun.yan.ParameterTypeMismatchException extends TypeMismatchException implements Serializable

Serialized Fields

source

Signature<T> source

ckey

java.lang.Object ckey

num

int num

Class jfun.yan.PropertyEntry extends java.lang.Object implements Serializable

Serialized Fields

obj

java.lang.Object obj

key

java.lang.Object key

Class jfun.yan.PropertyTypeMismatchException extends TypeMismatchException implements Serializable

Serialized Fields

source

java.lang.Class<T> source

ckey

java.lang.Object ckey

lkey

java.lang.Object lkey

Class jfun.yan.ReturnTypeMismatchException extends TypeMismatchException implements Serializable

Serialized Fields

mtd

java.lang.reflect.Method mtd

Class jfun.yan.SimpleComponent extends Component<T> implements Serializable

Serialized Fields

type

java.lang.Class<T> type

Class jfun.yan.SimpleDependency extends java.lang.Object implements Serializable

Serialized Fields

ckey

java.lang.Object ckey

cmap

ComponentMap cmap

Class jfun.yan.StoreBinder extends java.lang.Object implements Serializable

Serialized Fields

steps

Creator<T>[] steps

Class jfun.yan.TypeMismatchException extends YanException implements Serializable

Serialized Fields

expected_type

java.lang.Class<T> expected_type

actual_type

java.lang.Class<T> actual_type

Class jfun.yan.UnknownComponentTypeException extends YanException implements Serializable

Class jfun.yan.UnresolvedComponentException extends ComponentResolutionException implements Serializable

Serialized Fields

key

java.lang.Object key

Class jfun.yan.UnsatisfiedComponentException extends ComponentResolutionException implements Serializable

Serialized Fields

key

java.lang.Object key

Class jfun.yan.YanException extends java.lang.RuntimeException implements Serializable

Serialized Fields

trace

java.util.Stack<E> trace

Package jfun.yan.containers

Class jfun.yan.containers.ComponentTransformer extends java.lang.Object implements Serializable

Class jfun.yan.containers.DefaultContainer extends SimpleContainer implements Serializable

Class jfun.yan.containers.DelegatingContainer extends java.lang.Object implements Serializable

Serialized Fields

yan

Container yan

Class jfun.yan.containers.ImmutablePreferredContainer extends SimpleContainer implements Serializable

Serialized Fields

typecache

java.util.HashMap<K,V> typecache

typescache

java.util.HashMap<K,V> typescache

boolcache

java.util.HashMap<K,V> boolcache

type_factory_cache

java.util.HashMap<K,V> type_factory_cache

key_factory_cache

java.util.HashMap<K,V> key_factory_cache

Class jfun.yan.containers.InheritedRegistrar extends java.lang.Object implements Serializable

Serialized Fields

parent

Registrar parent

child

Registrar child

Class jfun.yan.containers.ManualContainer extends ManualWiringContainer implements Serializable

Class jfun.yan.containers.ManualWiringContainer extends ImmutablePreferredContainer implements Serializable

Class jfun.yan.containers.ProxyContainer extends TransformingContainer implements Serializable

Class jfun.yan.containers.SimpleContainer extends java.lang.Object implements Serializable

Serialized Fields

target

Registrar target

Class jfun.yan.containers.SimpleRegistrar extends java.lang.Object implements Serializable

Serialized Fields

creators

java.util.LinkedHashMap<K,V> creators

Class jfun.yan.containers.SingletonContainer extends TransformingContainer implements Serializable

Class jfun.yan.containers.SingletonProxyContainer extends TransformingContainer implements Serializable

Class jfun.yan.containers.TransformingContainer extends SimpleContainer implements Serializable

Serialized Fields

ct

ComponentTransformer ct

Package jfun.yan.etc

Class jfun.yan.etc.FilteredPropertyBinder extends java.lang.Object implements Serializable

Serialized Fields

alternative

PropertyBinder alternative

pred

PropertyPredicate pred

consequence

Creator<T> consequence

Package jfun.yan.factory

Class jfun.yan.factory.CachingPool extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

Class jfun.yan.factory.GlobalScope extends CachingPool<T> implements Serializable

Class jfun.yan.factory.SimplePool extends java.lang.Object implements Serializable

Class jfun.yan.factory.ThreadLocalScope extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

Package jfun.yan.function

Package jfun.yan.lifecycle

Class jfun.yan.lifecycle.DefaultLifecycleManager.DefaultLifecycle extends Lifecycle implements Serializable

Class jfun.yan.lifecycle.Lifecycle extends java.lang.Object implements Serializable

Serialized Fields

entries

java.util.Map<K,V> entries

Class jfun.yan.lifecycle.Lifecycle.Entry extends java.lang.Object implements Serializable

Serialized Fields

proc

Procedure proc

reentrant

boolean reentrant

Class jfun.yan.lifecycle.Phase extends java.lang.Object implements Serializable

Serialized Fields

key

java.lang.Object key

handler

ExceptionHandler handler

Package jfun.yan.monitoring

Class jfun.yan.monitoring.MonitoringContainer extends SimpleContainer implements Serializable

Serialized Fields

mon

Monitors mon

Package jfun.yan.util

Class jfun.yan.util.AmbiguityException extends java.lang.IllegalArgumentException implements Serializable

Class jfun.yan.util.NameFilteredMemberPredicate extends java.lang.Object implements Serializable

Serialized Fields

set

java.util.Set<E> set

Package jfun.yan.util.deserializer

Class jfun.yan.util.deserializer.PropertyEditorDeserializer extends java.lang.Object implements Serializable

Serialized Fields

editor

jfun.yan.util.deserializer.DefaultConstructedThreadLocalSerializable editor

editor_class

java.lang.Class<T> editor_class

Package jfun.yan.util.resource

Class jfun.yan.util.resource.ClassLoader2ResourceLoader extends java.lang.Object implements Serializable

Serialized Fields

cloader

java.lang.ClassLoader cloader

Class jfun.yan.util.resource.OrResourceLoader extends java.lang.Object implements Serializable

Serialized Fields

primary

ResourceLoader primary

alt

ResourceLoader alt

Package jfun.yan.web

Class jfun.yan.web.ServletContextResourceLoader extends java.lang.Object implements Serializable

Serialized Fields

ctxt

javax.servlet.ServletContext ctxt

loader

ResourceLoader loader

Class jfun.yan.web.WebBeanNut extends BeanNut implements Serializable

Serialized Fields

servlet_context_property

java.lang.String servlet_context_property

Class jfun.yan.web.WebCtorNut extends ConstructorNut implements Serializable

Serialized Fields

servlet_context_property

java.lang.String servlet_context_property

Class jfun.yan.web.WebMethodNut extends MethodNut implements Serializable

Serialized Fields

servlet_context_property

java.lang.String servlet_context_property

Class jfun.yan.web.WebSpringBeanNut extends SpringBeanNut implements Serializable

Serialized Fields

servlet_context_property

java.lang.String servlet_context_property

Class jfun.yan.web.WebSpringCtorNut extends SpringCtorNut implements Serializable

Serialized Fields

servlet_context_property

java.lang.String servlet_context_property

Class jfun.yan.web.WebSpringMethodNut extends SpringMethodNut implements Serializable

Serialized Fields

servlet_context_property

java.lang.String servlet_context_property

Class jfun.yan.web.YanLoaderServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

YanLoader

YanLoader YanLoader

Package jfun.yan.xfire

Class jfun.yan.xfire.ServiceNut extends DelegatingNut implements Serializable

Serialized Fields

default_xfire

Component<T> default_xfire

serviceFactory

Component<T> serviceFactory

xFire

Component<T> xFire

name

java.lang.String name

namespace

java.lang.String namespace

serviceInterface

java.lang.Class<T> serviceInterface

inHandlers

java.util.List<E> inHandlers

outHandlers

java.util.List<E> outHandlers

faultHandlers

java.util.List<E> faultHandlers

schemas

java.util.List<E> schemas

implementationClass

java.lang.Class<T> implementationClass

properties

java.util.List<E> properties

soapVersion

org.codehaus.xfire.soap.SoapVersion soapVersion
Some properties to make it easier to work with ObjectServiceFactory


use

java.lang.String use

style

java.lang.String style

scope

ScopePolicy scope

Class jfun.yan.xfire.XFireYanServlet extends org.codehaus.xfire.transport.http.XFireServlet implements Serializable

Serialized Fields

default_xfire

java.lang.String default_xfire

default_controller

java.lang.String default_controller

loader

YanLoader loader

yan

Container yan

xfire_name

java.lang.String xfire_name

controller_name

java.lang.String controller_name

Package jfun.yan.xml

Class jfun.yan.xml.ConfigurationException extends java.lang.RuntimeException implements Serializable

Serialized Fields

loc

Location loc

Class jfun.yan.xml.CyclicModuleDependencyException extends ConfigurationException implements Serializable

Serialized Fields

trace

java.util.Stack<E> trace

Class jfun.yan.xml.DelegatingNutsFunction extends java.lang.Object implements Serializable

Serialized Fields

fun

NutsFunction fun

Class jfun.yan.xml.Location extends java.lang.Object implements Serializable

Serialized Fields

module

java.lang.String module

line

int line

col

int col

Class jfun.yan.xml.NutsProcessor extends java.lang.Object implements Serializable

Serialized Fields

manager

DefaultLifecycleManager manager

yan

Container yan

cloader

java.lang.ClassLoader cloader

rloader

ResourceLoader rloader

basedir

java.io.File basedir

deserializers

java.util.Map<K,V> deserializers

services

java.util.Map<K,V> services

external_nuts

java.util.Map<K,V> external_nuts

eager_instantiations

java.util.Map<K,V> eager_instantiations

variables

java.util.Map<K,V> variables

param_wiring

ParameterBinder<T> param_wiring

prop_wiring

PropertyBinder prop_wiring

singleton_mode

SingletonMode singleton_mode

custom_wiring_modes

jfun.yan.xml.NutsProcessor.CustomWiringModes custom_wiring_modes

modules_involved

java.util.List<E> modules_involved

dynamic_registered

jfun.yan.xml.NutsRegistrar dynamic_registered

Class jfun.yan.xml.SynchronizedNutsFunction extends DelegatingNutsFunction implements Serializable

Class jfun.yan.xml.UID extends java.lang.Object implements Serializable

Serialized Fields

module_id

java.lang.Object module_id

id

java.lang.Object id

evaluation_seq

int evaluation_seq

declaration_seq

int declaration_seq

Package jfun.yan.xml.nut

Class jfun.yan.xml.nut.BinderNut extends Nut implements Serializable

Class jfun.yan.xml.nut.ComponentNut extends Nut implements Serializable

Class jfun.yan.xml.nut.Nut extends java.lang.Object implements Serializable

Serialized Fields

loc

Location loc

env

NutEnvironment env

tagname

java.lang.String tagname

id

java.lang.String id

globallyDefined

boolean globallyDefined

seq_no

int seq_no

Class jfun.yan.xml.nut.NutDescriptor extends java.lang.Object implements Serializable

Serialized Fields

type

java.lang.Class<T> type

props

java.util.Map<K,V> props

collection

boolean collection

cdesc

jfun.yan.xml.nut.NutDescriptor.CollectionDescriptor cdesc

rdesc

jfun.yan.xml.nut.NutDescriptor.RegularDescriptor rdesc

evaluator

Evaluator evaluator

adders

java.util.Map<K,V> adders

addertypes

java.util.Map<K,V> addertypes

anonymous_adder_suite

jfun.yan.xml.nut.MethodSuite anonymous_adder_suite

factory

Factory<T> factory

Class jfun.yan.xml.nut.NutIntrospector extends java.lang.Object implements Serializable

Serialized Fields

cache

java.util.HashMap<K,V> cache

Package jfun.yan.xml.nuts

Class jfun.yan.xml.nuts.Arg extends LiteralNut implements Serializable

Serialized Fields

ind

int ind

Class jfun.yan.xml.nuts.Args extends Nut implements Serializable

Serialized Fields

args

java.lang.Object[] args

Class jfun.yan.xml.nuts.ArgumentsAndPropertiesNut extends ComponentNut implements Serializable

Serialized Fields

param_types

java.lang.Class<T>[] param_types

args

java.lang.Object[] args

sub_args

Args sub_args

arglist

java.util.List<E> arglist

table

java.util.HashMap<K,V> table

max_arg_num

int max_arg_num

param_autowire_str

java.lang.String param_autowire_str

param_autowire_mode

ParameterBinder<T> param_autowire_mode

prop_names

java.lang.String[] prop_names

prop_autowire_str

java.lang.String prop_autowire_str

prop_elements

java.util.ArrayList<E> prop_elements

prop_autowire_mode

PropertyBinder prop_autowire_mode

optional_properties

boolean optional_properties

validate_property_names

boolean validate_property_names

Class jfun.yan.xml.nuts.ArrayNut extends CollectionNut implements Serializable

Class jfun.yan.xml.nuts.BeanNut extends ConstructorNut implements Serializable

Serialized Fields

cc

Component<T> cc

Class jfun.yan.xml.nuts.BindNut extends DelegatingNut implements Serializable

Serialized Fields

binder

Binder<From,To> binder

followup

boolean followup

Class jfun.yan.xml.nuts.CollectionNut extends ComponentNut implements Serializable

Serialized Fields

elem_type

java.lang.Class<T> elem_type

type

java.lang.Class<T> type

elements

Component<T>[] elements

Class jfun.yan.xml.nuts.ConstructorNut extends ArgumentsAndPropertiesNut implements Serializable

Serialized Fields

type

java.lang.Class<T> type

private_access

boolean private_access

initializer

java.lang.String initializer

starter

java.lang.String starter

stopper

java.lang.String stopper

disposer

java.lang.String disposer

Class jfun.yan.xml.nuts.DelegatingBinderNut extends BinderNut implements Serializable

Serialized Fields

binder

Binder<From,To> binder

Class jfun.yan.xml.nuts.DelegatingNut extends ComponentNut implements Serializable

Serialized Fields

cc

Component<T> cc

Class jfun.yan.xml.nuts.DeserializerNut extends Nut implements Serializable

Serialized Fields

target_type

java.lang.Class<T> target_type

deserializer

Deserializer deserializer

overriding

boolean overriding

mandatory

boolean mandatory

clazz

java.lang.Class<T> clazz

Class jfun.yan.xml.nuts.EntriesNut extends ComponentNut implements Serializable

Serialized Fields

components

java.util.HashMap<K,V> components

keys

java.util.ArrayList<E> keys

of

java.lang.Class<T> of

key_type

java.lang.Class<T> key_type

Class jfun.yan.xml.nuts.FactoryNut extends DelegatingNut implements Serializable

Serialized Fields

type

java.lang.Class<T> type

toString

java.lang.String toString

Class jfun.yan.xml.nuts.FieldNut extends DelegatingNut implements Serializable

Serialized Fields

hostclass

java.lang.Class<T> hostclass

fldname

java.lang.String fldname

private_access

boolean private_access

Class jfun.yan.xml.nuts.FunctionCallNut extends Nut implements Serializable

Serialized Fields

function

NutsFunction function

args

java.lang.Object[] args

with

java.util.Map<K,V> with

Class jfun.yan.xml.nuts.GetterNut extends DelegatingNut implements Serializable

Serialized Fields

name

java.lang.String name

ind

int ind

Class jfun.yan.xml.nuts.LifecycleNut extends DelegatingNut implements Serializable

Serialized Fields

name

java.lang.String name

reentrant

boolean reentrant

reentrant_set

boolean reentrant_set

Class jfun.yan.xml.nuts.ListNut extends CollectionNut implements Serializable

Class jfun.yan.xml.nuts.LiteralNut extends Nut implements Serializable

Serialized Fields

val

java.lang.Object val

defaultval

java.lang.Object defaultval

type

java.lang.Class<T> type

Class jfun.yan.xml.nuts.MapEntry extends LiteralNut implements Serializable

Serialized Fields

key

java.lang.Object key

key_type

java.lang.Class<T> key_type

Class jfun.yan.xml.nuts.MapNut extends EntriesNut implements Serializable

Serialized Fields

type

java.lang.Class<T> type

Class jfun.yan.xml.nuts.MethodNut extends ArgumentsAndPropertiesNut implements Serializable

Serialized Fields

hostclass

java.lang.Class<T> hostclass

cc

Component<T> cc

method_name

java.lang.String method_name

private_access

boolean private_access

initializer

java.lang.String initializer

starter

java.lang.String starter

stopper

java.lang.String stopper

disposer

java.lang.String disposer

Class jfun.yan.xml.nuts.Prop extends LiteralNut implements Serializable

Serialized Fields

key

java.lang.String key

optional

boolean optional

Class jfun.yan.xml.nuts.PropertiesNut extends EntriesNut implements Serializable

Class jfun.yan.xml.nuts.ProxyNut extends DelegatingNut implements Serializable

Serialized Fields

itfs

java.lang.Class<T>[] itfs

Class jfun.yan.xml.nuts.RefServiceNut extends Nut implements Serializable

Serialized Fields

to

java.lang.String to

Class jfun.yan.xml.nuts.ReturnNut extends ComponentNut implements Serializable

Serialized Fields

ret

Component<T> ret

Class jfun.yan.xml.nuts.SetNut extends CollectionNut implements Serializable

Class jfun.yan.xml.nuts.SetterNut extends LiteralNut implements Serializable

Serialized Fields

component

Component<T> component

name

java.lang.String name

ind

int ind

Class jfun.yan.xml.nuts.SynchronizedNut extends DelegatingBinderNut implements Serializable

Class jfun.yan.xml.nuts.ValueNut extends Nut implements Serializable

Serialized Fields

val

java.lang.Object val

value_set

boolean value_set

Package jfun.yan.xml.nuts.optional

Class jfun.yan.xml.nuts.optional.AbstractLoopRegisterNut extends AbstractRegisterNut implements Serializable

Serialized Fields

prefix

java.lang.String prefix

suffix

java.lang.String suffix

body

NutsFunction body

Class jfun.yan.xml.nuts.optional.AbstractRegisterNut extends Nut implements Serializable

Serialized Fields

overridable

boolean overridable

overriding

boolean overriding

eager_init