You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current property path resolution is fixed in its behaviour providing litte to no flexibility for consuming modules.
Sometimes it is desirable to be able to walk a path partially up to the point that was resolvable or be able to ask the object if the path exits and can be resolved without having to deal with the current PropertyReferenceException.
The path factory would also be able to cache ResolvablePropertyPath instances even if they cannot be resolved as a whole, which is currently only possible for fully resolvable paths.
The text was updated successfully, but these errors were encountered:
The current property path resolution is fixed in its behaviour providing litte to no flexibility for consuming modules.
Sometimes it is desirable to be able to walk a path partially up to the point that was resolvable or be able to ask the object if the path exits and can be resolved without having to deal with the current
PropertyReferenceException
.The path factory would also be able to cache
ResolvablePropertyPath
instances even if they cannot be resolved as a whole, which is currently only possible for fully resolvable paths.The text was updated successfully, but these errors were encountered: