Class AbstractRequestBodyInserter

    • Constructor Detail

      • AbstractRequestBodyInserter

        public AbstractRequestBodyInserter()
    • Method Detail

      • canInsert

        protected boolean canInsert​(List<InvocationParameter> possibleBodies)
        Can insert.
        Parameters:
        possibleBodies - the possible bodies
        Returns:
        the boolean
      • findPossibleBodies

        protected List<InvocationParameter> findPossibleBodies​(Invocation invocation)
        Find possible bodies list.
        Parameters:
        invocation - the invocation
        Returns:
        the list
      • isPossibleBody

        protected boolean isPossibleBody​(InvocationParameter invocationParameter)
        Is possible body boolean.
        Parameters:
        invocationParameter - the invocation parameter
        Returns:
        the boolean
      • isPossibleBodyValue

        protected abstract boolean isPossibleBodyValue​(InvocationParameter invocationParameter)
        Is possible body value boolean.
        Parameters:
        invocationParameter - the invocation parameter
        Returns:
        the boolean
      • hasMappingAnnotation

        protected boolean hasMappingAnnotation​(InvocationParameter invocationParameter)
        Has mapping annotation boolean.
        Parameters:
        invocationParameter - the invocation parameter
        Returns:
        the boolean